Table of Contents

Interface IXLParagraphProperties

Namespace
SlapKit.Excel.Excel.DrawingML
Assembly
SlapKit.Excel.dll
public interface IXLParagraphProperties
Extension Methods

Properties

Alignment

XLParagraphTextAlignment? Alignment { get; set; }

Property Value

XLParagraphTextAlignment?

DefaultTextProperties

IXLParagraphTextProperties DefaultTextProperties { get; set; }

Property Value

IXLParagraphTextProperties

FontAlignment

XLParagraphFontAlignment? FontAlignment { get; set; }

Property Value

XLParagraphFontAlignment?

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

IXLParagraphSpacing

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

IXLParagraphSpacing

SpaceBefore

IXLParagraphSpacing SpaceBefore { get; set; }

Property Value

IXLParagraphSpacing