Click or drag to resize

TextParagraphProperties Class

Contains the paragraph's formatting properties.
Inheritance Hierarchy
System Object
Spire.Presentation TextParagraphProperties

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

The TextParagraphProperties 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 the color format of a bullet of a paragraph. Read-only ColorFormat .
Public property BulletFont
Gets or sets the bullet font of a paragraph. Read/write TextFont .
Public property BulletSize
Gets or sets the bullet height of a paragraph. Read/write Single .
Public property CustomBulletColor
Public property DefaultTabSize
Gets or sets default tabulation size. Read/write Single .
Public property DefaultTextRangeProperties
Gets default portion format of a paragraph. Read-only DefaultTextRangeProperties .
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 Indent
Gets or sets text indentation in a paragraph. Read/write Single .
Public property IsBulletInheritFont
Indicates whether the bullet has own font or inherits it from the first portion in the paragraph. NullableBool.True if bullet has own font and NullableBool.False if bullet inherits font from the first portion in the paragraph. Read/write TriState .
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 Level
Gets or sets a level of a paragraph. Read/write Int16 .
Public property LineSpacing
Gets or sets the amount of space between base lines in a paragraph. Positive value means percentage, negative - size in points. Read/write Single .
Public property NumberedBulletStartWith
Gets or sets the first number which is used for group of numbered bullets. Read/write Int16 .
Public property NumberedBulletStyle
Gets or sets the style of a numbered bullet. Read/write NumberedBulletStyle .
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
Gets or sets the amount of space after the last line in a paragraph. Read/write Single .
Public property SpaceBefore
Gets or sets the amount of space before the first line in a paragraph. Read/write Single .
Public property TabStopsList
Gets tabulations of a paragraph. Read-only TabStopCollection .
Public property TextTextBulletType
Gets or sets the bullet type of a paragraph. Read/write TextBulletType .
Top
Methods
Name Description
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
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 .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also