TabStopCollection.clear method. Deletes all tab stop positions.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let tabStops = builder . paragraphFormat...
ChartSeriesGroup.axis_y property. Provides access to properties of the Y axis of this series group.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose::Words::Lists::ListCollection::GetListByListId method. Gets a list by a list identifier in C++.... auto doc = System :: MakeObject < Aspose...lists = doc -> get_Lists (); ASPOSE_ASSERT_EQ ( doc , lists ->...
DocumentBuilder.cellFormat property. Returns an object that represents current table cell formatting properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...
FieldDate.use_um_al_qura_calendar property. Gets or sets whether to use the Um-al-Qura calendar.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # If we want the text in the document...
Aspose::Words::Fields::FieldIncludePicture::get_GraphicFilter method. Gets or sets the name of the filter for the format of the graphic that is to be inserted in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Below are two similar field...
Aspose::Words::Tables::Table::get_Bidi method. Gets or sets whether this is a right-to-left table in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); System :: SharedPtr < Aspose...
Stroke.back_color property. Gets or sets the background color of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Stroke.fore_color property. Gets or sets the foreground color of the stroke.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...