Adjust the line spacing of your paragraphs effortlessly with the ParagraphFormat LineSpacing property. Enhance readability and style in your documents!...LineSpacing value, even if a larger font is used within the paragraph...Set exact spacing. // Using font sizes that are too large for...
aspose.words.Border class. Represents a border of an object... font . border . color = aspose ....builder . font . border . line_width = 2.5 builder . font . border...
Can be used to specify additional options when saving a document into the SaveFormat.HTML SaveFormat.MHTML SaveFormat.EPUB SaveFormat.AZW_3 or SaveFormat.MOBI format in Java....whether to allow embedding fonts with PostScript outlines when...when embedding TrueType fonts in a document upon it is saved. ...
Style.list property. Gets the list that defines formatting of this list style.... font . name = "Verdana" ; level . font . color = "#0000FF"..."#0000FF" ; level . font . bold = true ; } let builder = new...
Discover the FieldSymbol IsAnsi property, easily manage ANSI character codes for enhanced data handling and improved coding efficiency....IsUnicode = true ; // Change the font of our symbol after using the...Character Map // to ensure that the font can represent that symbol. field...
Explore FontSubstitutionSettings for optimized Font config. Discover how to enhance typography with effective substitution rules for better design....property Settings related to font config substitution rule. public...Shows operating system-dependent font config substitution. FontSettings...
Aspose::Words::DocumentBuilder::PushFont method. Saves current character formatting onto the stack in C++....DocumentBuilder > ( doc ); // Set up font formatting, then write the text...get_Font () -> set_Name ( u "Arial" ); builder -> get_Font ()...
Control language export in HTML, MHTML, or EPUB with HtmlSaveOptions. Enhance document accessibility and reach a wider audience effortlessly.... Font . LocaleId = new CultureInfo..."Hello world!" ); builder . Font . LocaleId = new CultureInfo...
Discover the ReplacingArgs MatchOffset property, easily find the zero-based starting position of matches in your nodes for efficient data handling....Shows how to apply a different font to new content via FindReplaceOptions...DocumentBuilder ( doc ); builder . Font . Name = "Arial" ; builder ...