Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Text Object Model (TOM) rich text-range attributes are accessed through a pair of dual interfaces, ITextFont and ITextPara.
The ITextPara2 interface extends ITextPara, providing the equivalent of the Microsoft Word format-paragraph dialog.
Inheritance
The ITextPara2 interface inherits from ITextPara. ITextPara2 also has these types of members:
Methods
The ITextPara2 interface has these methods.
ITextPara2::GetBorders Gets the borders collection. |
ITextPara2::GetDuplicate2 Gets a duplicate of this text paragraph format object. |
ITextPara2::GetEffects Gets the paragraph format effects. |
ITextPara2::GetFontAlignment Gets the paragraph font alignment state. |
ITextPara2::GetHangingPunctuation Gets whether to hang punctuation symbols on the right margin when the paragraph is justified. |
ITextPara2::GetProperty Gets the value of the specified property. (ITextPara2.GetProperty) |
ITextPara2::GetSnapToGrid Gets whether paragraph lines snap to a vertical grid that could be defined for the whole document. |
ITextPara2::GetTrimPunctuationAtStart Gets whether to trim the leading space of a punctuation symbol at the start of a line. |
ITextPara2::IsEqual2 Determines whether this text paragraph object has the same properties as the specified text paragraph object. |
ITextPara2::SetDuplicate2 Sets the properties of this object by copying the properties of another text paragraph object. |
ITextPara2::SetEffects Sets the paragraph format effects. |
ITextPara2::SetFontAlignment Sets the paragraph font alignment for Chinese, Japanese, Korean text. |
ITextPara2::SetHangingPunctuation Sets whether to hang punctuation symbols on the right margin when the paragraph is justified. |
ITextPara2::SetProperty Sets the property value. |
ITextPara2::SetSnapToGrid Sets whether paragraph lines snap to a vertical grid that could be defined for the whole document. |
ITextPara2::SetTrimPunctuationAtStart Sets whether to trim the leading space of a punctuation symbol at the start of a line. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | tom.h |