Interface IParagraphStyle
Assembly: IronPPT.dll
Syntax
public interface IParagraphStyle
Properties
Alignment
Declaration
TextAlignmentTypeValues Alignment { get; set; }
Property Value
Type |
Description |
TextAlignmentTypeValues |
|
Bullet
Declaration
IBullet Bullet { get; set; }
Property Value
ContextualSpacing
Declaration
Nullable<bool> ContextualSpacing { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Indent
Declaration
DocUnit Indent { get; set; }
Property Value
LineSpacing
Declaration
DocUnit LineSpacing { get; set; }
Property Value
NoBullet
Declaration
Nullable<bool> NoBullet { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
RightToLeft
Declaration
Nullable<bool> RightToLeft { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
SpaceAfter
Declaration
DocUnit SpaceAfter { get; set; }
Property Value
SpaceBefore
Declaration
DocUnit SpaceBefore { get; set; }
Property Value