TxtSaveOptions.listIndentation property. Gets a [TxtListIndentation](../../txtlistindentation/) object that specifies how many and which character to use for indentation of list levels... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Create a list with three...
Fill.color property. Gets or sets a Color object that represents the foreground color for the fill.... doc = aw . Document ( file_name =...Font of the first Run. fill = doc . first_section . body . paragraphs...
ShapeBase.get_shape_renderer method. Creates and returns an object that can be used to render this shape into an image.... doc = aw . Document ( file_name =...x . as_shape (), b ), list ( doc . get_child_nodes ( aw . NodeType...
ChartDataLabelCollection.font property. Provides access to the font formatting of the data labels of the entire series.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Add a line chart, then...
ChartSeriesGroup.seriesType property. Gets the type of chart series included in this group.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let shape = builder . insertChart...
ViewOptions.zoomType property. Gets or sets a zoom value based on the size of the window.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . viewOptions...
Aspose::Words::Fields::FieldSet::get_BookmarkText method. Gets or sets the new text of the bookmark in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Name bookmarked text with...
Aspose::Words::Loading::HtmlLoadOptions::get_SupportVml method. Gets or sets a value indicating whether to support VML images in C++.... auto doc = System :: MakeObject < Aspose...Words :: Drawing :: Shape > ( doc -> GetChild ( Aspose :: Words...