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...
Discover if a CompositeNode has child nodes with the HasChildNodes property. Simplify your coding with this essential feature for efficient node management.... Document doc = new Document ( MyDir + "Tables...Body node: Table firstTable = doc . FirstSection . Body . Tables...
Stroke.fore_tint_and_shade property. Gets or sets a double value that lightens or darkens the stroke foreground color.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...
Aspose::Words::ControlChar::FieldStartChar field. Start of MS Word field character: (char)19 in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...
Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...
Aspose::Words::ControlChar::LineBreak method. Line break character: "\x000b" or "\v" in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Add a regular space. builder...
FieldInclude.lock_fields property. Gets or sets whether to prevent fields in the included Document from being updated.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...
FieldInclude.bookmark_name property. Gets or sets the name of the bookmark in the Document to include.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # We can use an INCLUDE field to...