Contains font attributes (font name, font size, color, and so on) for an object.
You do not create instances of the Font class directly. You just use Font to access the font properties of the various objects such as Run, Paragraph, Style, DocumentBuilder.
Shows how to insert a string surrounded by a border into a document.
Shows how to format a run of text using its font property.
Shows how to create and use a paragraph style with list formatting.
#include <Aspose.Words.Cpp/Font.h>
Public Member Functions | |
void | ClearFormatting () |
Resets to default font formatting. More... | |
bool | get_AllCaps () |
True if the font is formatted as all capital letters. More... | |
Color | get_AutoColor () |
Returns the present calculated color of the text (black or white) to be used for 'auto color'. If the color is not 'auto' then returns Color. More... | |
Color | get_BackColor () override |
bool | get_Bidi () |
Specifies whether the contents of this run shall have right-to-left characteristics. More... | |
bool | get_Bold () |
True if the font is formatted as bold. More... | |
bool | get_BoldBi () |
True if the right-to-left text is formatted as bold. More... | |
SharedPtr< Border > | get_Border () |
Returns a Border object that specifies border for the font. More... | |
Color | get_Color () |
Gets or sets the color of the font. More... | |
bool | get_ComplexScript () |
Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run. More... | |
bool | get_DoubleStrikeThrough () |
True if the font is formatted as double strikethrough text. More... | |
bool | get_Emboss () |
True if the font is formatted as embossed. More... | |
EmphasisMark | get_EmphasisMark () |
Gets or sets the emphasis mark applied to this formatting. More... | |
bool | get_Engrave () |
True if the font is formatted as engraved. More... | |
SharedPtr< Fill > | get_Fill () |
Gets fill formatting for the Font. More... | |
Color | get_FilledColor () override |
FillTypeCore | get_FillType () override |
Color | get_ForeColor () override |
bool | get_Hidden () |
True if the font is formatted as hidden text. More... | |
Color | get_HighlightColor () |
Gets or sets the highlight (marker) color. More... | |
ArrayPtr< uint8_t > | get_ImageBytes () override |
bool | get_Italic () |
True if the font is formatted as italic. More... | |
bool | get_ItalicBi () |
True if the right-to-left text is formatted as italic. More... | |
double | get_Kerning () |
Gets or sets the font size at which kerning starts. More... | |
double | get_LineSpacing () |
Returns line spacing of this font (in points). More... | |
int32_t | get_LocaleId () |
Gets or sets the locale identifier (language) of the formatted characters. More... | |
int32_t | get_LocaleIdBi () |
Gets or sets the locale identifier (language) of the formatted right-to-left characters. More... | |
int32_t | get_LocaleIdFarEast () |
Gets or sets the locale identifier (language) of the formatted Asian characters. More... | |
String | get_Name () |
Gets or sets the name of the font. More... | |
String | get_NameAscii () |
Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127). More... | |
String | get_NameBi () |
Returns or sets the name of the font in a right-to-left language document. More... | |
String | get_NameFarEast () |
Returns or sets an East Asian font name. More... | |
String | get_NameOther () |
Returns or sets the font used for characters with character codes from 128 through 255. More... | |
bool | get_NoProofing () |
True when the formatted characters are not to be spell checked. More... | |
bool | get_On () override |
double | get_Opacity () override |
bool | get_Outline () |
True if the font is formatted as outline. More... | |
double | get_Position () |
Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it. More... | |
bool | get_RotateWithObject () override |
int32_t | get_Scaling () |
Gets or sets character width scaling in percent. More... | |
SharedPtr< Shading > | get_Shading () |
Returns a Shading object that refers to the shading formatting for the font. More... | |
bool | get_Shadow () |
True if the font is formatted as shadowed. More... | |
double | get_Size () |
Gets or sets the font size in points. More... | |
double | get_SizeBi () |
Gets or sets the font size in points used in a right-to-left document. More... | |
bool | get_SmallCaps () |
True if the font is formatted as small capital letters. More... | |
bool | get_SnapToGrid () |
Specifies whether the current font should use the document grid characters per line settings when laying out. More... | |
double | get_Spacing () |
Returns or sets the spacing (in points) between characters . More... | |
bool | get_StrikeThrough () |
True if the font is formatted as strikethrough text. More... | |
SharedPtr< Style > | get_Style () |
Gets or sets the character style applied to this formatting. More... | |
StyleIdentifier | get_StyleIdentifier () |
Gets or sets the locale independent style identifier of the character style applied to this formatting. More... | |
String | get_StyleName () |
Gets or sets the name of the character style applied to this formatting. More... | |
bool | get_Subscript () |
True if the font is formatted as subscript. More... | |
bool | get_Superscript () |
True if the font is formatted as superscript. More... | |
TextEffect | get_TextEffect () |
Gets or sets the font animation effect. More... | |
ThemeColor | get_ThemeColor () |
Gets or sets the theme color in the applied color scheme that is associated with this Font object. More... | |
ThemeFont | get_ThemeFont () |
Gets or sets the theme font in the applied font scheme that is associated with this Font object. More... | |
ThemeFont | get_ThemeFontAscii () |
Gets or sets the theme font used for Latin text (characters with character codes from 0 (zero) through 127) in the applied font scheme that is associated with this Font object. More... | |
ThemeFont | get_ThemeFontBi () |
Gets or sets the theme font in the applied font scheme that is associated with this Font object in a right-to-left language document. More... | |
ThemeFont | get_ThemeFontFarEast () |
Gets or sets the East Asian theme font in the applied font scheme that is associated with this Font object. More... | |
ThemeFont | get_ThemeFontOther () |
Gets or sets the theme font used for characters with character codes from 128 through 255 in the applied font scheme that is associated with this Font object. More... | |
SharedPtr< Aspose::Words::Drawing::Core::Dml::Themes::IThemeProvider > | get_ThemeProvider () override |
double | get_TintAndShade () |
Gets or sets a double value that lightens or darkens a color. More... | |
double | get_Transparency () override |
Underline | get_Underline () |
Gets or sets the type of underline applied to the font. More... | |
Color | get_UnderlineColor () |
Gets or sets the color of the underline applied to the font. More... | |
bool | get_Visible () override |
PresetTexture | GetPresetTexture () override |
virtual const TypeInfo & | GetType () const override |
bool | HasDmlEffect (TextDmlEffect dmlEffectType) |
Checks if particular DrawingML text effect is applied. More... | |
virtual bool | Is (const TypeInfo &target) const override |
void | PresetTextured (PresetTexture presetTexture) override |
void | set_AllCaps (bool value) |
Setter for get_AllCaps. More... | |
void | set_BackColor (Color value) override |
void | set_Bidi (bool value) |
Setter for get_Bidi. More... | |
void | set_Bold (bool value) |
Setter for get_Bold. More... | |
void | set_BoldBi (bool value) |
Setter for get_BoldBi. More... | |
void | set_Color (Color value) |
Setter for get_Color. More... | |
void | set_ComplexScript (bool value) |
Setter for get_ComplexScript. More... | |
void | set_DoubleStrikeThrough (bool value) |
Setter for get_DoubleStrikeThrough. More... | |
void | set_Emboss (bool value) |
Setter for get_Emboss. More... | |
void | set_EmphasisMark (EmphasisMark value) |
Setter for get_EmphasisMark. More... | |
void | set_Engrave (bool value) |
Setter for get_Engrave. More... | |
void | set_FilledColor (Color value) override |
void | set_ForeColor (Color value) override |
void | set_Hidden (bool value) |
Setter for get_Hidden. More... | |
void | set_HighlightColor (Color value) |
Setter for get_HighlightColor. More... | |
void | set_Italic (bool value) |
Setter for get_Italic. More... | |
void | set_ItalicBi (bool value) |
Setter for get_ItalicBi. More... | |
void | set_Kerning (double value) |
Setter for get_Kerning. More... | |
void | set_LocaleId (int32_t value) |
Setter for get_LocaleId. More... | |
void | set_LocaleIdBi (int32_t value) |
Setter for get_LocaleIdBi. More... | |
void | set_LocaleIdFarEast (int32_t value) |
Setter for get_LocaleIdFarEast. More... | |
void | set_Name (String value) |
Setter for get_Name. More... | |
void | set_NameAscii (String value) |
Setter for get_NameAscii. More... | |
void | set_NameBi (String value) |
Setter for get_NameBi. More... | |
void | set_NameFarEast (String value) |
Setter for get_NameFarEast. More... | |
void | set_NameOther (String value) |
Setter for get_NameOther. More... | |
void | set_NoProofing (bool value) |
Setter for get_NoProofing. More... | |
void | set_On (bool value) override |
void | set_Opacity (double value) override |
void | set_Outline (bool value) |
Setter for get_Outline. More... | |
void | set_Position (double value) |
Setter for get_Position. More... | |
void | set_RotateWithObject (bool value) override |
void | set_Scaling (int32_t value) |
Setter for get_Scaling. More... | |
void | set_Shadow (bool value) |
Setter for get_Shadow. More... | |
void | set_Size (double value) |
Setter for get_Size. More... | |
void | set_SizeBi (double value) |
Setter for get_SizeBi. More... | |
void | set_SmallCaps (bool value) |
Setter for get_SmallCaps. More... | |
void | set_SnapToGrid (bool value) |
Specifies whether the current font should use the document grid characters per line settings when laying out. More... | |
void | set_Spacing (double value) |
Setter for get_Spacing. More... | |
void | set_StrikeThrough (bool value) |
Setter for get_StrikeThrough. More... | |
void | set_Style (SharedPtr< Style > value) |
Setter for get_Style. More... | |
void | set_StyleIdentifier (StyleIdentifier value) |
Setter for get_StyleIdentifier. More... | |
void | set_StyleName (String value) |
Setter for get_StyleName. More... | |
void | set_Subscript (bool value) |
Setter for get_Subscript. More... | |
void | set_Superscript (bool value) |
Setter for get_Superscript. More... | |
void | set_TextEffect (TextEffect value) |
Setter for get_TextEffect. More... | |
void | set_ThemeColor (ThemeColor value) |
Setter for get_ThemeColor. More... | |
void | set_ThemeFont (ThemeFont value) |
Setter for get_ThemeFont. More... | |
void | set_ThemeFontAscii (ThemeFont value) |
Setter for get_ThemeFontAscii. More... | |
void | set_ThemeFontBi (ThemeFont value) |
Setter for get_ThemeFontBi. More... | |
void | set_ThemeFontFarEast (ThemeFont value) |
Setter for get_ThemeFontFarEast. More... | |
void | set_ThemeFontOther (ThemeFont value) |
Setter for get_ThemeFontOther. More... | |
void | set_TintAndShade (double value) |
Setter for get_TintAndShade. More... | |
void | set_Transparency (double value) override |
void | set_Underline (Underline value) |
Setter for get_Underline. More... | |
void | set_UnderlineColor (Color value) |
Setter for get_UnderlineColor. More... | |
void | set_Visible (bool value) override |
void | SetFill (SharedPtr< Aspose::Words::Drawing::Core::IFill > fill) override |
void | Solid () override |
Static Public Member Functions | |
static const TypeInfo & | Type () |
void Aspose::Words::Font::ClearFormatting | ( | ) |
Resets to default font formatting.
Removes all font formatting specified explicitly on the object from which Font was obtained so the font formatting will be inherited from the appropriate parent.
Shows how to insert a hyperlink field.
bool Aspose::Words::Font::get_AllCaps | ( | ) |
True if the font is formatted as all capital letters.
Shows how to format a run to display its contents in capitals.
System::Drawing::Color Aspose::Words::Font::get_AutoColor | ( | ) |
Returns the present calculated color of the text (black or white) to be used for 'auto color'. If the color is not 'auto' then returns Color.
When text has 'automatic color', the actual color of text is calculated automatically so that it is readable against the background color. As you change the background color, the text color will automatically switch to black or white in MS Word to maximize legibility.
Shows how to improve readability by automatically selecting text color based on the brightness of its background.
|
override |
bool Aspose::Words::Font::get_Bidi | ( | ) |
Specifies whether the contents of this run shall have right-to-left characteristics.
This property, when on, shall not be used with strongly left-to-right text. Any behavior under that condition is unspecified. This property, when off, shall not be used with strong right-to-left text. Any behavior under that condition is unspecified.
When the contents of this run are displayed, all characters shall be treated as complex script characters for formatting purposes. This means that BoldBi, ItalicBi, SizeBi and a corresponding font name will be used when rendering this run.
Also, when the contents of this run are displayed, this property acts as a right-to-left override for characters which are classified as "weak types" and "neutral types".
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
bool Aspose::Words::Font::get_Bold | ( | ) |
True if the font is formatted as bold.
Shows how to insert formatted text using DocumentBuilder.
bool Aspose::Words::Font::get_BoldBi | ( | ) |
True if the right-to-left text is formatted as bold.
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
System::SharedPtr<Aspose::Words::Border> Aspose::Words::Font::get_Border | ( | ) |
Returns a Border object that specifies border for the font.
Shows how to insert a string surrounded by a border into a document.
System::Drawing::Color Aspose::Words::Font::get_Color | ( | ) |
Gets or sets the color of the font.
Shows how to insert formatted text using DocumentBuilder.
Shows how to insert a hyperlink field.
bool Aspose::Words::Font::get_ComplexScript | ( | ) |
Specifies whether the contents of this run shall be treated as complex script text regardless of their Unicode character values when determining the formatting for this run.
Shows how to add text that is always treated as complex script.
bool Aspose::Words::Font::get_DoubleStrikeThrough | ( | ) |
True if the font is formatted as double strikethrough text.
Shows how to add a line strikethrough to text.
bool Aspose::Words::Font::get_Emboss | ( | ) |
True if the font is formatted as embossed.
Shows how to apply engraving/embossing effects to text.
Aspose::Words::EmphasisMark Aspose::Words::Font::get_EmphasisMark | ( | ) |
Gets or sets the emphasis mark applied to this formatting.
Shows how to add additional character rendered above/below the glyph-character.
bool Aspose::Words::Font::get_Engrave | ( | ) |
True if the font is formatted as engraved.
Shows how to apply engraving/embossing effects to text.
System::SharedPtr<Aspose::Words::Drawing::Fill> Aspose::Words::Font::get_Fill | ( | ) |
Gets fill formatting for the Font.
|
override |
|
override |
|
override |
bool Aspose::Words::Font::get_Hidden | ( | ) |
True if the font is formatted as hidden text.
Shows how to create a run of hidden text.
Shows how to use a DocumentVisitor implementation to remove all hidden content from a document.
System::Drawing::Color Aspose::Words::Font::get_HighlightColor | ( | ) |
Gets or sets the highlight (marker) color.
Shows how to format a run of text using its font property.
|
override |
bool Aspose::Words::Font::get_Italic | ( | ) |
True if the font is formatted as italic.
Shows how to write italicized text using a document builder.
bool Aspose::Words::Font::get_ItalicBi | ( | ) |
True if the right-to-left text is formatted as italic.
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
double Aspose::Words::Font::get_Kerning | ( | ) |
Gets or sets the font size at which kerning starts.
Shows how to specify the font size at which kerning begins to take effect.
double Aspose::Words::Font::get_LineSpacing | ( | ) |
Returns line spacing of this font (in points).
Shows how to get a font's line spacing, in points.
int32_t Aspose::Words::Font::get_LocaleId | ( | ) |
Gets or sets the locale identifier (language) of the formatted characters.
Shows how to set the locale of the text that we are adding with a document builder.
int32_t Aspose::Words::Font::get_LocaleIdBi | ( | ) |
Gets or sets the locale identifier (language) of the formatted right-to-left characters.
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
int32_t Aspose::Words::Font::get_LocaleIdFarEast | ( | ) |
Gets or sets the locale identifier (language) of the formatted Asian characters.
Shows how to insert and format text in a Far East language.
System::String Aspose::Words::Font::get_Name | ( | ) |
Gets or sets the name of the font.
When getting, returns NameAscii.
When setting, sets NameAscii, NameBi, NameFarEast and NameOther to the specified value.
Shows how to insert formatted text using DocumentBuilder.
Shows how to format a run of text using its font property.
System::String Aspose::Words::Font::get_NameAscii | ( | ) |
Returns or sets the font used for Latin text (characters with character codes from 0 (zero) through 127).
Shows how Microsoft Word can combine two different fonts in one run.
System::String Aspose::Words::Font::get_NameBi | ( | ) |
Returns or sets the name of the font in a right-to-left language document.
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
System::String Aspose::Words::Font::get_NameFarEast | ( | ) |
Returns or sets an East Asian font name.
Shows how to insert and format text in a Far East language.
System::String Aspose::Words::Font::get_NameOther | ( | ) |
Returns or sets the font used for characters with character codes from 128 through 255.
Shows how Microsoft Word can combine two different fonts in one run.
bool Aspose::Words::Font::get_NoProofing | ( | ) |
True when the formatted characters are not to be spell checked.
Shows how to prevent text from being spell checked by Microsoft Word.
|
override |
|
override |
bool Aspose::Words::Font::get_Outline | ( | ) |
True if the font is formatted as outline.
Shows how to create a run of text formatted as outline.
double Aspose::Words::Font::get_Position | ( | ) |
Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it.
Shows how to format text to offset its position.
|
override |
int32_t Aspose::Words::Font::get_Scaling | ( | ) |
Gets or sets character width scaling in percent.
Shows how to set horizontal scaling and spacing for characters.
System::SharedPtr<Aspose::Words::Shading> Aspose::Words::Font::get_Shading | ( | ) |
Returns a Shading object that refers to the shading formatting for the font.
Shows how to apply shading to text created by a document builder.
bool Aspose::Words::Font::get_Shadow | ( | ) |
True if the font is formatted as shadowed.
Shows how to create a run of text formatted with a shadow.
double Aspose::Words::Font::get_Size | ( | ) |
Gets or sets the font size in points.
Shows how to insert formatted text using DocumentBuilder.
Shows how to format a run of text using its font property.
double Aspose::Words::Font::get_SizeBi | ( | ) |
Gets or sets the font size in points used in a right-to-left document.
Shows how to define separate sets of font settings for right-to-left, and right-to-left text.
bool Aspose::Words::Font::get_SmallCaps | ( | ) |
True if the font is formatted as small capital letters.
Shows how to format a run to display its contents in capitals.
bool Aspose::Words::Font::get_SnapToGrid | ( | ) |
Specifies whether the current font should use the document grid characters per line settings when laying out.
double Aspose::Words::Font::get_Spacing | ( | ) |
Returns or sets the spacing (in points) between characters .
Shows how to set horizontal scaling and spacing for characters.
bool Aspose::Words::Font::get_StrikeThrough | ( | ) |
True if the font is formatted as strikethrough text.
Shows how to add a line strikethrough to text.
System::SharedPtr<Aspose::Words::Style> Aspose::Words::Font::get_Style | ( | ) |
Gets or sets the character style applied to this formatting.
Applies a double underline to all runs in a document that are formatted with custom character styles.
Aspose::Words::StyleIdentifier Aspose::Words::Font::get_StyleIdentifier | ( | ) |
Gets or sets the locale independent style identifier of the character style applied to this formatting.
Shows how to change the style of existing text.
System::String Aspose::Words::Font::get_StyleName | ( | ) |
Gets or sets the name of the character style applied to this formatting.
Shows how to change the style of existing text.
bool Aspose::Words::Font::get_Subscript | ( | ) |
True if the font is formatted as subscript.
Shows how to format text to offset its position.
bool Aspose::Words::Font::get_Superscript | ( | ) |
True if the font is formatted as superscript.
Shows how to format text to offset its position.
Aspose::Words::TextEffect Aspose::Words::Font::get_TextEffect | ( | ) |
Gets or sets the font animation effect.
Shows how to apply a visual effect to a run.
Aspose::Words::Themes::ThemeColor Aspose::Words::Font::get_ThemeColor | ( | ) |
Gets or sets the theme color in the applied color scheme that is associated with this Font object.
Shows how to work with theme fonts and colors.
Shows how to create and use themed style.
Aspose::Words::Themes::ThemeFont Aspose::Words::Font::get_ThemeFont | ( | ) |
Gets or sets the theme font in the applied font scheme that is associated with this Font object.
Shows how to work with theme fonts and colors.
Shows how to create and use themed style.
Aspose::Words::Themes::ThemeFont Aspose::Words::Font::get_ThemeFontAscii | ( | ) |
Gets or sets the theme font used for Latin text (characters with character codes from 0 (zero) through 127) in the applied font scheme that is associated with this Font object.
Shows how to work with theme fonts and colors.
Aspose::Words::Themes::ThemeFont Aspose::Words::Font::get_ThemeFontBi | ( | ) |
Gets or sets the theme font in the applied font scheme that is associated with this Font object in a right-to-left language document.
Shows how to work with theme fonts and colors.
Aspose::Words::Themes::ThemeFont Aspose::Words::Font::get_ThemeFontFarEast | ( | ) |
Gets or sets the East Asian theme font in the applied font scheme that is associated with this Font object.
Shows how to work with theme fonts and colors.
Aspose::Words::Themes::ThemeFont Aspose::Words::Font::get_ThemeFontOther | ( | ) |
Gets or sets the theme font used for characters with character codes from 128 through 255 in the applied font scheme that is associated with this Font object.
Shows how to work with theme fonts and colors.
|
override |
double Aspose::Words::Font::get_TintAndShade | ( | ) |
Gets or sets a double value that lightens or darkens a color.
The allowed values are in range from -1 (darkest) to 1 (lightest) for this property. Zero (0) is neutral. Attempting to set this property to a value less than -1 or more than 1 results in a ArgumentOutOfRangeException.
Setting this property for Font object with non-theme colors results in a InvalidOperationException.
Shows how to create and use themed style.
|
override |
Aspose::Words::Underline Aspose::Words::Font::get_Underline | ( | ) |
Gets or sets the type of underline applied to the font.
Shows how to insert formatted text using DocumentBuilder.
Shows how to insert a hyperlink field.
Shows how to configure the style and color of a text underline.
System::Drawing::Color Aspose::Words::Font::get_UnderlineColor | ( | ) |
Gets or sets the color of the underline applied to the font.
Shows how to configure the style and color of a text underline.
|
override |
|
override |
|
overridevirtual |
bool Aspose::Words::Font::HasDmlEffect | ( | Aspose::Words::TextDmlEffect | dmlEffectType | ) |
Checks if particular DrawingML text effect is applied.
dmlEffectType | DrawingML text effect type. |
Shows how to check if a run displays a DrawingML text effect.
|
overridevirtual |
|
override |
void Aspose::Words::Font::set_AllCaps | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_AllCaps.
|
override |
void Aspose::Words::Font::set_Bidi | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Bidi.
void Aspose::Words::Font::set_Bold | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Bold.
void Aspose::Words::Font::set_BoldBi | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_BoldBi.
void Aspose::Words::Font::set_Color | ( | System::Drawing::Color | value | ) |
Setter for Aspose::Words::Font::get_Color.
void Aspose::Words::Font::set_ComplexScript | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_ComplexScript.
void Aspose::Words::Font::set_DoubleStrikeThrough | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_DoubleStrikeThrough.
void Aspose::Words::Font::set_Emboss | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Emboss.
void Aspose::Words::Font::set_EmphasisMark | ( | Aspose::Words::EmphasisMark | value | ) |
Setter for Aspose::Words::Font::get_EmphasisMark.
void Aspose::Words::Font::set_Engrave | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Engrave.
|
override |
|
override |
void Aspose::Words::Font::set_Hidden | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Hidden.
void Aspose::Words::Font::set_HighlightColor | ( | System::Drawing::Color | value | ) |
Setter for Aspose::Words::Font::get_HighlightColor.
void Aspose::Words::Font::set_Italic | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Italic.
void Aspose::Words::Font::set_ItalicBi | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_ItalicBi.
void Aspose::Words::Font::set_Kerning | ( | double | value | ) |
Setter for Aspose::Words::Font::get_Kerning.
void Aspose::Words::Font::set_LocaleId | ( | int32_t | value | ) |
Setter for Aspose::Words::Font::get_LocaleId.
void Aspose::Words::Font::set_LocaleIdBi | ( | int32_t | value | ) |
Setter for Aspose::Words::Font::get_LocaleIdBi.
void Aspose::Words::Font::set_LocaleIdFarEast | ( | int32_t | value | ) |
Setter for Aspose::Words::Font::get_LocaleIdFarEast.
void Aspose::Words::Font::set_Name | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_Name.
void Aspose::Words::Font::set_NameAscii | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_NameAscii.
void Aspose::Words::Font::set_NameBi | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_NameBi.
void Aspose::Words::Font::set_NameFarEast | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_NameFarEast.
void Aspose::Words::Font::set_NameOther | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_NameOther.
void Aspose::Words::Font::set_NoProofing | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_NoProofing.
|
override |
|
override |
void Aspose::Words::Font::set_Outline | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Outline.
void Aspose::Words::Font::set_Position | ( | double | value | ) |
Setter for Aspose::Words::Font::get_Position.
|
override |
void Aspose::Words::Font::set_Scaling | ( | int32_t | value | ) |
Setter for Aspose::Words::Font::get_Scaling.
void Aspose::Words::Font::set_Shadow | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Shadow.
void Aspose::Words::Font::set_Size | ( | double | value | ) |
Setter for Aspose::Words::Font::get_Size.
void Aspose::Words::Font::set_SizeBi | ( | double | value | ) |
Setter for Aspose::Words::Font::get_SizeBi.
void Aspose::Words::Font::set_SmallCaps | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_SmallCaps.
void Aspose::Words::Font::set_SnapToGrid | ( | bool | value | ) |
Specifies whether the current font should use the document grid characters per line settings when laying out.
void Aspose::Words::Font::set_Spacing | ( | double | value | ) |
Setter for Aspose::Words::Font::get_Spacing.
void Aspose::Words::Font::set_StrikeThrough | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_StrikeThrough.
void Aspose::Words::Font::set_Style | ( | System::SharedPtr< Aspose::Words::Style > | value | ) |
Setter for Aspose::Words::Font::get_Style.
void Aspose::Words::Font::set_StyleIdentifier | ( | Aspose::Words::StyleIdentifier | value | ) |
Setter for Aspose::Words::Font::get_StyleIdentifier.
void Aspose::Words::Font::set_StyleName | ( | System::String | value | ) |
Setter for Aspose::Words::Font::get_StyleName.
void Aspose::Words::Font::set_Subscript | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Subscript.
void Aspose::Words::Font::set_Superscript | ( | bool | value | ) |
Setter for Aspose::Words::Font::get_Superscript.
void Aspose::Words::Font::set_TextEffect | ( | Aspose::Words::TextEffect | value | ) |
Setter for Aspose::Words::Font::get_TextEffect.
void Aspose::Words::Font::set_ThemeColor | ( | Aspose::Words::Themes::ThemeColor | value | ) |
Setter for Aspose::Words::Font::get_ThemeColor.
void Aspose::Words::Font::set_ThemeFont | ( | Aspose::Words::Themes::ThemeFont | value | ) |
Setter for Aspose::Words::Font::get_ThemeFont.
void Aspose::Words::Font::set_ThemeFontAscii | ( | Aspose::Words::Themes::ThemeFont | value | ) |
Setter for Aspose::Words::Font::get_ThemeFontAscii.
void Aspose::Words::Font::set_ThemeFontBi | ( | Aspose::Words::Themes::ThemeFont | value | ) |
Setter for Aspose::Words::Font::get_ThemeFontBi.
void Aspose::Words::Font::set_ThemeFontFarEast | ( | Aspose::Words::Themes::ThemeFont | value | ) |
Setter for Aspose::Words::Font::get_ThemeFontFarEast.
void Aspose::Words::Font::set_ThemeFontOther | ( | Aspose::Words::Themes::ThemeFont | value | ) |
Setter for Aspose::Words::Font::get_ThemeFontOther.
void Aspose::Words::Font::set_TintAndShade | ( | double | value | ) |
Setter for Aspose::Words::Font::get_TintAndShade.
|
override |
void Aspose::Words::Font::set_Underline | ( | Aspose::Words::Underline | value | ) |
Setter for Aspose::Words::Font::get_Underline.
void Aspose::Words::Font::set_UnderlineColor | ( | System::Drawing::Color | value | ) |
Setter for Aspose::Words::Font::get_UnderlineColor.
|
override |
|
override |
|
override |
|
static |