Aspose::Words::Saving::ImageSaveOptions::get_Scale method. Gets or sets the zoom factor for the generated images in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> get_ParagraphFormat...
DocumentBuilder.font property. Returns an object that represents current font formatting properties.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . font . border ....
FieldIndex.page_range_separator property. Gets or sets the character sequence that is used to separate the start and end of a page range.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...
Implements the LASTSAVEDBY field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we create a document...
Implements the OCX field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); FieldOcx field = (FieldOcx)...
Implements an unknown or unrecognized field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Insert a field that does...
Represents a paragraph of text in Java.... Document doc = new Document(); // A blank...document node with no children. doc.removeAllChildren(); // This...
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...