aspose.words.lists.ListLevelCollection class. A collection of list formatting for each level in a list... doc = aw . Document () # A list allows...two of its list levels. list = doc . lists . add ( list_template...
Stroke.end_arrow_type property. Defines the arrowhead for the end of a stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...
Stroke.start_arrow_width property. Defines the arrowhead width for the start of a stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are four examples of shapes...
Discover how To use the PageSetup LineStartingNumber property To easily cusTomize your Document's starting line number for enhanced formatting.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // We can use the section's...
FieldDdeAuTo.prog_id property. Gets or sets the application type of the link information....= insert_linked_object_as ): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are three types of fields...
FieldLink.format_update_type property. Gets or sets a way the linked object updates its formatting....= insert_linked_object_as ): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are three types of fields...
Aspose::Words::Markup::XmlMapping::get_CusTomXmlPart method. Returns the cusTom XML data part To which the parent structured Document tag is mapped in C++.... auto doc = System :: MakeObject < Aspose...:: CustomXmlPart > xmlPart = doc -> get_CustomXmlParts () -> Add...
Aspose::Words::BorderCollection::get_Horizontal method. Gets the horizontal border that is used between cells or conforming paragraphs in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Create a red horizontal...
ShapeBase.bounds_in_points property. Gets the location and size of the containing block of the shape in points, relative To the anchor of the Topmost shape.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_shape...