Interface IXLTextBodyProperties
public interface IXLTextBodyProperties
- Extension Methods
Properties
Anchor
XLTextBodyAnchor? Anchor { get; set; }
Property Value
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
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
VerticalOverflow
XLTextBodyVerticalOverflow? VerticalOverflow { get; set; }
Property Value
Wrap
XLTextBodyTextWrap? Wrap { get; set; }