ParagraphFormat Members
Include Protected Members
Include Inherited Members
Represents the paragraph formatting of a text range.
The ParagraphFormat type exposes the following members.
Properties
Name | Description | |
---|---|---|
Alignment | Returns or sets the alignment for each paragraph in the specified paragraph format. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
BaseLineAlignment | Returns or sets the base line alignment for the specified paragraph. Read/write. | |
Bullet | Returns a BulletFormat object that represents bullet formatting for the specified paragraph format. Read-only. | |
FarEastLineBreakControl | Returns or sets the line break control option if you have an Asian language setting specified. Read/write. | |
HangingPunctuation | Returns or sets the hanging punctuation option if you have an Asian language setting specified. Read/write. | |
LineRuleAfter | Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines. Read/write. | |
LineRuleBefore | Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines. Read/write. | |
LineRuleWithin | Determines whether line spacing between base lines is set to a specific number of points or lines. Read/write. | |
Parent | Returns the parent object for the specified object. | |
SpaceAfter | Returns or sets the amount of space after the last line in each paragraph of the specified text, in points or lines. Read/write. | |
SpaceBefore | Returns or sets the amount of space before the first line in each paragraph of the specified text, in points or lines. Read/write. | |
SpaceWithin | Returns or sets the amount of space between base lines in the specified text, in points or lines. Read/write. | |
TextDirection | Returns or sets the text direction for the specified paragraph. Read/write. | |
WordWrap | Used only with Kanji characters. Read/write. |
Top