Aspose::Words::Fonts::FontSettings::get_SubstitutionSettings method. Settings related to Font substitution mechanism in C++....Aspose::Words::Fonts::FontSettings::get_SubstitutionSettings... method Settings related to font substitution mechanism. System...
This is an abstract base class for the Font substitution rule in Java....abstract base class for the font substitution rule. To learn...more, visit the Working with Fonts documentation article. Examples:...
HtmlSaveOptions.FontsFolderAlias property. Specifies the name of the folder used to construct Font URIs written into an HTML document...the folder used to construct font URIs written into an HTML document...Aspose.Words needs to save fonts used in the document as standalone...
ParagraphFormat.firstLineIndent property. Gets or sets the value (in points) for a first line or hanging indent...); let font = builder . font ; font . size = 16 ; font . bold...bold = true ; font . color = "#0000FF" ; font . name = "Arial" ;...
Learn how to access and update the portions of rich text in a cell through the Aspose.Cells for .NET API....properties of a font, such as the font name, font color, boldness...each portion has a different font. The following code snippet...
Aspose::Words::Saving::HtmlSaveOptions::get_ExportFontResources method. Specifies whether Font resources should be exported to HTML, MHTML or EPUB. Default is false in C++....es method Specifies whether font resources should be exported... () const Remarks Exporting font resources allows for consistent...
Learn how to access and update the portions of rich text of a cell through the Aspose.Cells for Python via .NET API....update various font properties such as font name, font color, boldness...each portion has a different font. The following code snippet...
Discover the Range Fields property, effortlessly access a comprehensive Fields collection for all your data range needs. Enhance your workflow today!... /// Sets a custom font name/size for the text contents.... Words . Fontfont = (( Run ) args . Node ). Font ; mLog . Append...
Font.superscript property. True if the Font is formatted as superscript....property Font.superscript property True if the font is formatted...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...
Create powerful documents effortlessly with DocumentBuilder. Initialize a new instance and streamline your document management today!...Specify font formatting, then add text. Aspose . Words . Font font...builder . Font ; font . Size = 16 ; font . Bold = true ; font . Color...