Interface IParagraphIndention
Assembly: IronPPT.dll
Syntax
public interface IParagraphIndention
Properties
End
Declaration
IDocUnit End { get; set; }
Property Value
EndCharacters
Declaration
IDocUnit EndCharacters { get; set; }
Property Value
FirstLine
Declaration
IDocUnit FirstLine { get; set; }
Property Value
FirstLineChars
Declaration
IDocUnit FirstLineChars { get; set; }
Property Value
Hanging
Declaration
IDocUnit Hanging { get; set; }
Property Value
HangingChars
Declaration
IDocUnit HangingChars { get; set; }
Property Value
Left
Declaration
IDocUnit Left { get; set; }
Property Value
LeftChars
Declaration
IDocUnit LeftChars { get; set; }
Property Value
Right
Declaration
IDocUnit Right { get; set; }
Property Value
RightChars
Declaration
IDocUnit RightChars { get; set; }
Property Value
Start
Declaration
IDocUnit Start { get; set; }
Property Value
StartCharacters
Declaration
IDocUnit StartCharacters { get; set; }
Property Value