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...
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...
DocumentBuilderOptions.context_table_formatting property. True if the formatting applied To table content does not affect the formatting of the content that follows it... doc = aw . Document () builder_options...= aw . DocumentBuilder ( doc = doc , options = builder_options...
Aspose::Words::ConvertUtil class. Provides helper functions To convert between various measurement units. To learn more, visit the Documentation article in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_PageSetup ()...
Aspose::Words::Properties::DocumentProperty::get_IsLinkToContent method. Shows whether this property is linked To content or not in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartBookmark (...
Aspose::Words::DocumentBuilder::InsertHyperlink method. Inserts a hyperlink inTo the Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "For...
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...