Encapsulates the font object used in a spreadsheet. More...
Inherits Object.
Public Member Functions | |
virtual Aspose::Cells::Systems::Int32 | GetCharset ()=0 |
Represent the character get. More... | |
virtual void | SetCharset (Aspose::Cells::Systems::Int32 value)=0 |
Represent the character set. More... | |
virtual bool | IsItalic ()=0 |
Gets a value indicating whether the font is italic. More... | |
virtual void | SetItalic (bool value)=0 |
Sets a value indicating whether the font is italic. More... | |
virtual bool | IsBold ()=0 |
Gets a value indicating whether the font is bold. More... | |
virtual void | SetBold (bool value)=0 |
Sets a value indicating whether the font is bold. More... | |
virtual Aspose::Cells::TextCapsType | GetCapsType ()=0 |
Gets the text caps type. More... | |
virtual void | SetCapsType (Aspose::Cells::TextCapsType value)=0 |
Sets the text caps type. More... | |
virtual Aspose::Cells::TextStrikeType | GetStrikeType ()=0 |
Gets the strike type of the text. More... | |
virtual void | SetStrikeType (Aspose::Cells::TextStrikeType value)=0 |
Sets the strike type of the text. More... | |
virtual bool | IsStrikeout ()=0 |
Gets a value indicating whether the font is single strikeout. More... | |
virtual void | SetStrikeout (bool value)=0 |
Sets a value indicating whether the font is single strikeout. More... | |
virtual Aspose::Cells::Systems::Double | GetScriptOffset ()=0 |
Gets the script offset, in unit of percentage More... | |
virtual void | SetScriptOffset (Aspose::Cells::Systems::Double value)=0 |
Sets the script offset, in unit of percentage More... | |
virtual bool | IsSuperscript ()=0 |
Gets a value indicating whether the font is super script. More... | |
virtual void | SetSuperscript (bool value)=0 |
Sets a value indicating whether the font is super script. More... | |
virtual bool | IsSubscript ()=0 |
Gets a value indicating whether the font is subscript. More... | |
virtual void | SetSubscript (bool value)=0 |
Sets a value indicating whether the font is subscript. More... | |
virtual Aspose::Cells::FontUnderlineType | GetUnderline ()=0 |
Gets the font underline type. More... | |
virtual void | SetUnderline (Aspose::Cells::FontUnderlineType value)=0 |
Sets the font underline type. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | GetName ()=0 |
Gets the name of the IFont More... | |
virtual void | SetName (intrusive_ptr< Aspose::Cells::Systems::String > value)=0 |
Sets the name of the Font More... | |
virtual Aspose::Cells::Systems::Double | GetDoubleSize ()=0 |
Gets the double size of the font. More... | |
virtual void | SetDoubleSize (Aspose::Cells::Systems::Double value)=0 |
Sets the double size of the font. More... | |
virtual Aspose::Cells::Systems::Int32 | GetSize ()=0 |
Gets the size of the font. More... | |
virtual void | SetSize (Aspose::Cells::Systems::Int32 value)=0 |
Sets the size of the font. More... | |
virtual intrusive_ptr< Aspose::Cells::IThemeColor > | GetIThemeColor ()=0 |
Gets the theme color. More... | |
virtual void | SetIThemeColor (intrusive_ptr< Aspose::Cells::IThemeColor > value)=0 |
Sets the theme color. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > | GetColor ()=0 |
Gets or sets the System.Drawing.Color of the font. More... | |
virtual void | SetColor (intrusive_ptr< Aspose::Cells::Systems::Drawing::Color > value)=0 |
Sets the System.Drawing.Color of the font. More... | |
virtual Aspose::Cells::Systems::Int32 | GetArgbColor ()=0 |
Gets the color with a 32-bit ARGB value. More... | |
virtual void | SetArgbColor (Aspose::Cells::Systems::Int32 value)=0 |
Sets the color with a 32-bit ARGB value. More... | |
virtual bool | Equals (intrusive_ptr< Aspose::Cells::IFont > font)=0 |
Checks if two fonts are equals. More... | |
virtual bool | IsNormalizeHeights ()=0 |
Indicates whether the normalization of height that is to be applied to the text run. More... | |
virtual void | SetNormalizeHeights (bool value)=0 |
Indicates whether the normalization of height that is to be applied to the text run. More... | |
virtual Aspose::Cells::FontSchemeType | GetSchemeType ()=0 |
Gets the scheme type of the font. More... | |
virtual void | SetSchemeType (Aspose::Cells::FontSchemeType value)=0 |
Sets the scheme type of the font. More... | |
virtual intrusive_ptr< Aspose::Cells::Systems::String > | ToString ()=0 |
Returns a string represents the current Cell object. More... | |
Encapsulates the font object used in a spreadsheet.
|
pure virtual |
Checks if two fonts are equals.
font | Compared font object. |
|
pure virtual |
Gets the color with a 32-bit ARGB value.
|
pure virtual |
Gets the text caps type.
|
pure virtual |
Represent the character get.
|
pure virtual |
Gets or sets the System.Drawing.Color of the font.
|
pure virtual |
Gets the double size of the font.
|
pure virtual |
Gets the theme color.
If the font color is not a theme color, NULL will be returned.
|
pure virtual |
Gets the name of the IFont
|
pure virtual |
Gets the scheme type of the font.
|
pure virtual |
Gets the script offset, in unit of percentage
|
pure virtual |
Gets the size of the font.
|
pure virtual |
Gets the strike type of the text.
|
pure virtual |
Gets the font underline type.
|
pure virtual |
Gets a value indicating whether the font is bold.
|
pure virtual |
Gets a value indicating whether the font is italic.
|
pure virtual |
Indicates whether the normalization of height that is to be applied to the text run.
|
pure virtual |
Gets a value indicating whether the font is single strikeout.
|
pure virtual |
Gets a value indicating whether the font is subscript.
|
pure virtual |
Gets a value indicating whether the font is super script.
|
pure virtual |
Sets the color with a 32-bit ARGB value.
|
pure virtual |
Sets a value indicating whether the font is bold.
|
pure virtual |
Sets the text caps type.
|
pure virtual |
Represent the character set.
|
pure virtual |
Sets the System.Drawing.Color of the font.
|
pure virtual |
Sets the double size of the font.
|
pure virtual |
Sets a value indicating whether the font is italic.
|
pure virtual |
Sets the theme color.
If the font color is not a theme color, NULL will be returned.
|
pure virtual |
Sets the name of the Font
|
pure virtual |
Indicates whether the normalization of height that is to be applied to the text run.
|
pure virtual |
Sets the scheme type of the font.
|
pure virtual |
Sets the script offset, in unit of percentage
|
pure virtual |
Sets the size of the font.
|
pure virtual |
Sets a value indicating whether the font is single strikeout.
|
pure virtual |
Sets the strike type of the text.
|
pure virtual |
Sets a value indicating whether the font is subscript.
|
pure virtual |
Sets a value indicating whether the font is super script.
|
pure virtual |
Sets the font underline type.
|
pure virtual |
Returns a string represents the current Cell object.