Click or drag to resize

ParagraphProperties Properties

The ParagraphProperties type exposes the following members.

Properties
Name Description
Public property Alignment
Gets or sets the text alignment in a paragraph. Read/write TextAlignmentType .
Public property BulletChar
Gets or sets the bullet char of a paragraph. Read/write Char .
Public property BulletColor
Gets or sets the color of a bullet. Read-only ColorFormat .
Public property BulletFont
Gets or sets the bullet font of a paragraph. Read/write TextFont .
Public property BulletNumber
Gets or sets the first number which is used for group of numbered bullets. Read/write Int16 .
Public property BulletPicture
Gets a Picture used as a bullet in a paragraph. Read-only PictureShape .
Public property BulletSize
Gets or sets the bullet size of a paragraph. Read/write Single .
Public property BulletStyle
Gets or sets the style of a numbered bullet. Read/write NumberedBulletStyle .
Public property BulletType
Gets or sets the bullet type of a paragraph. Read/write TextBulletType .
Public property CustomBulletColor
Public property CustomBulletFont
Public property DefaultCharacterProperties
Gets default character properties of a paragraph. Read-only TextCharacterProperties .
Public property DefaultTabSize
Gets or sets default tabulation size. Read/write Single .
Public property Depth
Gets or sets a depth of a paragraph. Read/write Int16 .
Public property EastAsianLineBreak
Indicates whether the East Asian line break is used in a paragraph. Read/write TriState .
Public property FontAlignment
Gets or sets a font alignment in a paragraph. Read/write FontAlignmentType .
Public property HangingPunctuation
Indicates whether the hanging punctuation is used in a paragraph. Read/write TriState .
Public property HasBullet
Indicates whether a paragraph has a bullet. Read-only Boolean .
Public property Indent
Gets or sets text indentation in a paragraph. Read/write Single .
Public property LatinLineBreak
Indicates whether the Latin line break is used in a paragraph. Read/write TriState .
Public property LeftMargin
Gets or sets the left margin in a paragraph. Read/write Single .
Public property LineSpacing
Gets or sets the amount of space between base lines in a paragraph. Read/write Single .
Public property ParagraphBulletColor
Gets the color format of a bullet of a paragraph. Read-only ColorFormat .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property RightMargin
Gets or sets the right margin in a paragraph. Read/write Single .
Public property RightToLeft
Indicates whether the Right to Left writing is used in a paragraph. Read/write TriState .
Public property 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 Single .
Public property 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 Single .
Public property Tabs
Gets tabulations of a paragraph. Read-only TabStopCollection .
Top
See Also