Aspose::Words::PageSetup::get_TextOrientation method. Allows to specify TextOrientation for the whole page. Default value is Horizontal in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Writeln ( u "Hello...
Aspose::Words::Tables::Row::get_Hidden method. Gets or sets a flag indicating whether this row is hidden or not in C++.... auto doc = System :: MakeObject < Aspose...Words :: Tables :: Row > row = doc -> get_FirstSection () -> get_Body...
Table.distance_bottom property. Gets or sets distance between table bottom and the surrounding text, in points.... doc = aw . Document ( file_name =...wrapped by text.docx' ) table = doc . first_section . body . tables...
ChartAxisTitle.font property. Provides access to the font formatting of the axis title.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) shape = builder . insert_chart...
Aspose::Words::Style::get_SemiHidden method. Gets/sets whether the style hides from the Styles gallery and from the Styles task pane in C++.... auto doc = System :: MakeObject < Aspose...Words :: Style > styleTitle = doc -> get_Styles () -> idx_get (...
Font.border property. Returns a [Border](../../border/) object that specifies border for the font.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . border ...
Aspose::Words::Border::get_Color method. Gets or sets the border color in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument method. Indicates whether the Document is a shared Document in C++.... auto doc = System :: MakeObject < Aspose...properties.docx" ); ASSERT_TRUE ( doc -> get_BuiltInDocumentPrope ()...
RevisionOptions.delete_cell_color property. Allows to specify the color to be used for deleted cells [RevisionType.DELETION](../../../aspose.words/revisiontype/#DELETION)... doc = aw . Document ( file_name =...MY_DIR + 'Cell revisions.docx' ) doc . layout_options . revision_options...