Implements an unknown or unrecognized field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a field that does...
Implements the AUTONUMOUT field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // AUTONUMOUT fields display...
Implements the BIDIOUTLINE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // The BIDIOUTLINE field numbers...
Implements the PAGE field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...builder = new DocumentBuilder(doc); builder.moveToHeaderFooter(HeaderFooterType...
Aspose::Words::Saving::SaveOptions::get_UseAntiAliasing method. Gets or sets a value determining whether or not to use anti-aliasing for rendering in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_Font () ->...
Aspose::Words::Settings::ViewOptions::get_DisplayBackgroundShape method. Controls display of the background shape in print layout view in C++....</body> \r\n </html>" ; auto doc = System :: MakeObject < Aspose...flag to "true". ASSERT_TRUE ( doc -> get_ViewOptions () -> get...
Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreStructuredDocumentTags method. Gets or sets a boolean value indicating either to ignore content of StructuredDocumentTag. The default value is false in C++.... auto doc = System :: MakeObject < Aspose...Aspose :: Words :: Paragraph > ( doc -> get_FirstSection () -> get_Body...
BorderCollection.bottom property. Gets the bottom border.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Start a table and set a...
BorderCollection.right property. Gets the right border.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Start a table and set a...
ChartSeries.has_data_labels property. Gets or sets a flag indicating whether data labels are displayed for the series.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Add a line chart, then...