Font.theme_font property. Gets or sets the theme font in the applied font scheme that is associated with this [Font](../) object.... doc = aw . Document () # Define fonts...default. doc . theme . minor_fonts . latin = 'Algerian' doc . theme...
ParagraphFormat.is_list_item property. True when the paragraph is an item in a bulleted or numbered list.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # A list allows us to organize...
FieldTC.entry_level property. Gets or sets the level of the entry.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a TOC field, which...
FieldTC.omit_page_number property. Gets or sets whether page number in TOC should be omitted for this field.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a TOC field, which...
Insert contents of outer Documents into your Document dynamically when building a report using C#....reports dynamically using doc tags. A doc tag denotes a placeholder...Syntax of a doc tag is defined as follows. << doc [ document_expression...
Discover Aspose.Words.MailMergeCleanupOptions enum to efficiently manage mail merge cleanup. Optimize your Documents by controlling item removal seamlessly.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a document with...
Restore default font sources effortlessly with the FontSettings ResetFontSources method. Enhance your design consistency and improve user experience.... Document doc = new Document (); doc . FontSettings =...font source. Assert . That ( doc . FontSettings . GetFontsSources...
Aspose::Words::Document::UpdateThumbnail method. Updates Thumbnail of the Document using default options in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...