Class ParagraphStyle
Inheritance
System.Object
ParagraphStyle
Assembly: IronPPT.dll
Syntax
public class ParagraphStyle : DocumentStyle, IDocumentStyle, IParagraphStyle
Constructors
ParagraphStyle()
Declaration
Properties
Alignment
Declaration
public TextAlignmentTypeValues Alignment { get; set; }
Property Value
Type |
Description |
TextAlignmentTypeValues |
|
Bullet
Declaration
public IBullet Bullet { get; set; }
Property Value
ContextualSpacing
Declaration
public Nullable<bool> ContextualSpacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Indent
Declaration
public DocUnit Indent { get; set; }
Property Value
LineSpacing
Declaration
public DocUnit LineSpacing { get; set; }
Property Value
NoBullet
Declaration
public Nullable<bool> NoBullet { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
RightToLeft
Declaration
public Nullable<bool> RightToLeft { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SpaceAfter
Declaration
public DocUnit SpaceAfter { get; set; }
Property Value
SpaceBefore
Declaration
public DocUnit SpaceBefore { get; set; }
Property Value
Implements