aspose.words.fonts.FontSourceBase class. This is an abstract base class for the classes that allow the user to specify various font sources..., priority = 0 ) doc = aw . Document () doc . font_settings =...aw . fonts . FontSettings () doc . font_settings . set_fonts_sources...
ListFormat.applyNumberDefault method. Starts a new default numbered list and applies it to the paragraph.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . writeln ( "Aspose...
Discover the Aspose.Words LowCode ReplacerContext class for seamless find and replace operations, enhancing your Document automation and efficiency....regex in the document: string doc = MyDir + "Footer.docx" ; Regex...( replacerContext ) . From ( doc ) . To ( ArtifactsDir + "LowCode...
Explore FontSubstitutionSettings for optimal table substitution rules. Enhance your design with effective settings for seamless font management.... Document doc = new Document (); FontSettings...fontSettings = new FontSettings (); doc . FontSettings = fontSettings...
Effortlessly save your table substitution settings with the TableSubstitutionRule Save method. Streamline your data management today!... Document doc = new Document (); FontSettings...fontSettings = new FontSettings (); doc . FontSettings = fontSettings...
Aspose::Words::Properties::CustomDocumentProperties class. A collection of custom Document properties. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...System :: ObjectExt :: ToString ( doc -> get_CustomDocumentProper ()...
Discover the FootnoteOptions Columns property to easily format your footnotes with customizable column layouts for enhanced readability and presentation.... Document doc = new Document ( MyDir + "Footnotes...docx" ); doc . FootnoteOptions . Columns = 2 ; doc . Save ( ArtifactsDir...
Aspose::Words::Saving::PclSaveOptions::AddPrinterFont method. Adds information about font that is uploaded to the printer by manufacturer in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...