Table of Contents

Interface IXLTextBodyProperties

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

Properties

Anchor

XLTextBodyAnchor? Anchor { get; set; }

Property Value

XLTextBodyAnchor?

AnchorCenter

bool? AnchorCenter { get; set; }

Property Value

bool?

ColumnCount

int? ColumnCount { get; set; }

Property Value

int?

ColumnSpacing

Space between columns as pixels

int? ColumnSpacing { get; set; }

Property Value

int?

HorizontalOverflow

XLTextBodyHorizontalOverflow? HorizontalOverflow { get; set; }

Property Value

XLTextBodyHorizontalOverflow?

RightToLeftColumns

bool? RightToLeftColumns { get; set; }

Property Value

bool?

Rotation

int? Rotation { get; set; }

Property Value

int?

UpRight

bool? UpRight { get; set; }

Property Value

bool?

UseParagraphSpacing

bool? UseParagraphSpacing { get; set; }

Property Value

bool?

Vertical

XLTextBodyVerticalType? Vertical { get; set; }

Property Value

XLTextBodyVerticalType?

VerticalOverflow

XLTextBodyVerticalOverflow? VerticalOverflow { get; set; }

Property Value

XLTextBodyVerticalOverflow?

Wrap

XLTextBodyTextWrap? Wrap { get; set; }

Property Value

XLTextBodyTextWrap?