Interface IXLParagraphProperties
public interface IXLParagraphProperties
- Extension Methods
Properties
Alignment
XLParagraphTextAlignment? Alignment { get; set; }
Property Value
DefaultTextProperties
IXLParagraphTextProperties DefaultTextProperties { get; set; }
Property Value
FontAlignment
XLParagraphFontAlignment? FontAlignment { get; set; }
Property Value
HangingPunctuation
bool? HangingPunctuation { get; set; }
Property Value
- bool?
Indent
Paragraph indent as pixels
int? Indent { get; set; }
Property Value
- int?
LineSpacing
IXLParagraphSpacing LineSpacing { get; set; }
Property Value
MarginLeft
Left margin as pixels
int? MarginLeft { get; set; }
Property Value
- int?
MarginRight
Right margin as pixels
int? MarginRight { get; set; }
Property Value
- int?
RightToLeft
bool? RightToLeft { get; set; }
Property Value
- bool?
SpaceAfter
IXLParagraphSpacing SpaceAfter { get; set; }
Property Value
SpaceBefore
IXLParagraphSpacing SpaceBefore { get; set; }