Interface IXLParagraphTextProperties
- Namespace
- SlapKit.Excel.Excel.DrawingML
- Assembly
- SlapKit.Excel.dll
public interface IXLParagraphTextProperties
- Extension Methods
-
Properties
Baseline
int? Baseline { get; set; }
Property Value
- int?
Bold
Property Value
- bool?
Capitalization
XLParagraphCapitalization? Capitalization { get; set; }
Property Value
- XLParagraphCapitalization?
ComplexFontName
string? ComplexFontName { get; set; }
Property Value
- string
EastAsianFontName
string? EastAsianFontName { get; set; }
Property Value
- string
FontFill
IXLDrawingFill FontFill { get; set; }
Property Value
- IXLDrawingFill
FontSize
double? FontSize { get; set; }
Property Value
- double?
Italic
bool? Italic { get; set; }
Property Value
- bool?
Kerning
double? Kerning { get; set; }
Property Value
- double?
Kumimoji
bool? Kumimoji { get; set; }
Property Value
- bool?
LatinFontName
string? LatinFontName { get; set; }
Property Value
- string
NormalizeHeight
bool? NormalizeHeight { get; set; }
Property Value
- bool?
Spacing
double? Spacing { get; set; }
Property Value
- double?
Strikethrough
XLParagraphStrikethrough? Strikethrough { get; set; }
Property Value
- XLParagraphStrikethrough?
SymbolFontName
string? SymbolFontName { get; set; }
Property Value
- string
UnderlineFill
IXLDrawingFill UnderlineFill { get; set; }
Property Value
- IXLDrawingFill
UnderlineType
XLParagraphUnderlineType? UnderlineType { get; set; }
Property Value
- XLParagraphUnderlineType?