Interface IOfficeShapeFont
Represents the office shape font attributes of the text.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeShapeFont
Properties
Bold
Gets or sets a value that indicates whether the text is bold or not.
Declaration
bool Bold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
CapsType
Gets or sets the caps type.
Declaration
OfficeShapeTextCapsType CapsType { get; set; }
Property Value
Color
Gets or sets the foreground color of the text.
Declaration
Color Color { get; set; }
Property Value
Type | Description |
---|---|
Color | The color of the foreground. |
FontName
Gets or sets the name of the font.
Declaration
string FontName { get; set; }
Property Value
Type |
---|
System.String |
FontSize
Gets or sets the size of the font.
Declaration
float FontSize { get; set; }
Property Value
Type |
---|
System.Single |
HighlightColor
Gets or sets the highlight color of the text.
Declaration
Color HighlightColor { get; set; }
Property Value
Type |
---|
Color |
Italic
Gets or sets a boolean value that indicates whether the text is italic or not.
Declaration
bool Italic { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
LanguageID
Gets or sets the language identifier (locale) of the text.
Declaration
short LanguageID { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The locale ID LocaleIDs. |
StrikeType
Gets or sets the strike-through type.
Declaration
OfficeShapeTextStrikethroughType StrikeType { get; set; }
Property Value
Subscript
Gets or sets a boolean value that indicates whether the text is subscript or not.
Declaration
bool Subscript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Superscript
Gets or sets a boolean value that indicates whether the text is superscript or not.
Declaration
bool Superscript { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Underline
Gets or sets the underline type.
Declaration
OfficeShapeTextUnderlineType Underline { get; set; }