Click or drag to resize

ParagraphProperties Class

Represents the properties of a paragraph.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation ParagraphProperties
Spire.Presentation TextParagraph

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class ParagraphProperties : PptObject, 
	IActiveSlide, IActivePresentation

The ParagraphProperties type exposes the following members.

Constructors
Name Description
Public method ParagraphProperties
Initializes a new instance of the ParagraphProperties class
Top
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
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also