Interface IXLPhonetics
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLPhonetics : IXLFontBase, IEnumerable<IXLPhonetic>, IEnumerable, IEquatable<IXLPhonetics>
- Inherited Members
-
- Extension Methods
-
Properties
Alignment
XLPhoneticAlignment Alignment { get; set; }
Property Value
- XLPhoneticAlignment
Count
Property Value
- int
Type
XLPhoneticType Type { get; set; }
Property Value
- XLPhoneticType
Methods
Add(string, int, int)
IXLPhonetics Add(string text, int start, int end)
Parameters
text string
start int
end int
Returns
- IXLPhonetics
ClearFont()
Returns
- IXLPhonetics
ClearText()
Returns
- IXLPhonetics
SetAlignment(XLPhoneticAlignment)
IXLPhonetics SetAlignment(XLPhoneticAlignment phoneticAlignment)
Parameters
phoneticAlignment XLPhoneticAlignment
Returns
- IXLPhonetics
SetBold()
Returns
- IXLPhonetics
SetBold(bool)
IXLPhonetics SetBold(bool value)
Parameters
value bool
Returns
- IXLPhonetics
SetFontCharSet(XLFontCharSet)
IXLPhonetics SetFontCharSet(XLFontCharSet value)
Parameters
value XLFontCharSet
Returns
- IXLPhonetics
SetFontColor(XLColor)
IXLPhonetics SetFontColor(XLColor value)
Parameters
value XLColor
Returns
- IXLPhonetics
SetFontFamilyNumbering(XLFontFamilyNumberingValues)
IXLPhonetics SetFontFamilyNumbering(XLFontFamilyNumberingValues value)
Parameters
value XLFontFamilyNumberingValues
Returns
- IXLPhonetics
SetFontName(string)
IXLPhonetics SetFontName(string value)
Parameters
value string
Returns
- IXLPhonetics
SetFontSize(double)
IXLPhonetics SetFontSize(double value)
Parameters
value double
Returns
- IXLPhonetics
SetItalic()
Returns
- IXLPhonetics
SetItalic(bool)
IXLPhonetics SetItalic(bool value)
Parameters
value bool
Returns
- IXLPhonetics
SetShadow()
Returns
- IXLPhonetics
SetShadow(bool)
IXLPhonetics SetShadow(bool value)
Parameters
value bool
Returns
- IXLPhonetics
SetStrikethrough()
IXLPhonetics SetStrikethrough()
Returns
- IXLPhonetics
SetStrikethrough(bool)
IXLPhonetics SetStrikethrough(bool value)
Parameters
value bool
Returns
- IXLPhonetics
SetType(XLPhoneticType)
IXLPhonetics SetType(XLPhoneticType phoneticType)
Parameters
phoneticType XLPhoneticType
Returns
- IXLPhonetics
SetUnderline()
IXLPhonetics SetUnderline()
Returns
- IXLPhonetics
SetUnderline(XLFontUnderlineValues)
IXLPhonetics SetUnderline(XLFontUnderlineValues value)
Parameters
value XLFontUnderlineValues
Returns
- IXLPhonetics
SetVerticalAlignment(XLFontVerticalTextAlignmentValues)
IXLPhonetics SetVerticalAlignment(XLFontVerticalTextAlignmentValues value)
Parameters
value XLFontVerticalTextAlignmentValues
Returns
- IXLPhonetics