Aspose::Words::ParagraphFormat::get_AddSpaceBetweenFarEastAndAlpha method. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of Latin text and regions of East Asian text in the current paragraph in C++....SharedPtr < Font > font = builder -> get_Font (); font -> set_Size...set_Size ( 16 ); font -> set_Bold ( true ); font -> set_Color ( System...
DocumentBuilderOptions.context_table_formatting property. True if the formatting applied to table content does not affect the formatting of the content that follows it...# Default font size is 12. builder . writeln ( 'Font size 12 here...Changes the font size inside the table. builder . font . size =...
Story.first_paragraph property. Gets the first paragraph in the story....format a run of text using its font property. doc = aw . Document...world!' ) font = run . fontfont . name = 'Courier New' font . size...
DocumentBuilder.insertParagraph method. Inserts a paragraph break into the document....); let font = builder . font ; font . size = 16 ; font . bold...bold = true ; font . color = "#0000FF" ; font . name = "Arial" ;...
Font.smallCaps property. True if the Font is formatted as small capital letters....smallCaps property Font.smallCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...
Font.position property. Gets or sets the position of text (in points) relative to the base line...position property Font.position property Gets or sets the position...doc , "Raised text. " ); run . font . position = 5 ; para . appendChild...
Font.allCaps property. True if the Font is formatted as all capital letters....allCaps property Font.allCaps property True if the font is formatted...doc , "all capitals" ); run . font . allCaps = true ; para . appendChild...
Aspose.Words.Fonts.DefaultFontSubstitutionRule class. Default Font substitution rule...DefaultFontSubstitut class Default font substitution rule. To learn...more, visit the Working with Fonts documentation article. Remarks...
Convert EOT to TTF with Aspose.Font for C++. Our API supports Windows and Linux, providing a flexible solution for any development environment....Font Product Solution Aspose.TeX...Drawing Product Solution Aspose.Font Product Solution Aspose.TeX...
Font.strike_through property. True if the Font is formatted as strikethrough text....property Font.strike_through property True if the font is formatted...single-line strikethrough.' ) run . font . strike_through = True para...