Click or drag to resize
TextParaTrimPunctuationAtStart Property
(TOM 2 only) Gets or sets whether to trim the leading space of a punctuation symbol at the start of a line.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public Nullable<bool> TrimPunctuationAtStart { get; set; }

Property Value

Type: NullableBoolean
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextPara2 interface.
See Also