PageSetup.endnote_options property. Provides options that control numbering and positioning of endnotes in this section.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . write ( 'Hello...
FieldQuote.text property. Gets or sets the text to retrieve.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a QUOTE field, which...
Document.built_in_Document_properties property. Returns a collection that represents all the built-in Document properties of the Document.... doc = aw . Document ( file_name =...'Document filename: \n\t " { doc . original_file_name } "' ) #...
WriteProtection.validate_password method. Returns ``True`` if the specified password is the same as the write-protection password the Document was protected with... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Hello...
Aspose::Words::Font::get_Name method. Gets or sets the name of the font in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Specify font formatting...
Implements the CITATION field in Java.... Document doc = new Document(getMyDir() + "Bibliography...builder = new DocumentBuilder(doc); builder.write("Text to be cited...
The TextBox control displays text from an organized set of data or user input in Java.... Document doc = new Document(getMyDir() + "Textbox...docm"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...
The CheckBox control toggles a value in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape)doc.getChild(NodeType.SHAPE, 0, true);...