Sort Score
Result 10 results
Languages All
Labels All
Results 3,421 - 3,430 of 43,362 for

doc

(0.07 sec)
  1. LineNumberRestartMode enumeration | Aspose.Word...

    aspose.words.LineNumberRestartMode enumeration. Determines when automatic line numbering restarts.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Forms2OleControl | Aspose.Words for Java

    Represents Microsoft Forms 2.0 OLE control in Java.... Document doc = new Document(getMyDir() + "ActiveX...docx"); Shape shape = (Shape) doc.getChild(NodeType.SHAPE, 0, true);...

    reference.aspose.com/words/java/com.aspose.word...
  3. SaveOutputParameters | Aspose.Words for Java

    This object is returned to the caller after a Document is saved and contains additional information that has been generated or calculated during the save operation in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.writeln("Hello world...

    reference.aspose.com/words/java/com.aspose.word...
  4. ImageFieldMergingArgs.Image | Aspose.Words for ...

    Discover how to use ImageFieldMergingArgs to seamlessly insert images into your Documents for a polished mail merge experience....MergeFieldImages () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.mai...
  5. MailMergeDestination enumeration | Aspose.Words...

    Aspose.Words.Settings.MailMergeDestination enumeration. Specifies the possible results which may be generated when a mail merge is carried out on a Document.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . write ( "Dear "...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_Placeholder method. Gets the BuildingBlock containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the XmlMapping element or the IsShowingPlaceholderText element is true in C++.... auto doc = MakeObject < Document > ();...MakeObject < StructuredDocumentTa > ( doc , SdtType :: PlainText , MarkupLevel...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. FieldMergeField.TextBefore | Aspose.Words for .NET

    Discover the FieldMergeField TextBefore property to easily customize text insertion before fields, enhancing your Document's clarity and professionalism.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Create a data table to...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldMacroButton.display_text property | Aspose...

    FieldMacroButton.display_text property. Gets or sets the text to appear as the button that is selected to run the macro or command.... doc = aw . Document ( file_name =...DocumentBuilder ( doc = doc ) self . assertTrue ( doc . has_macros...

    reference.aspose.com/words/python-net/aspose.wo...
  9. TabStopCollection indexer | Aspose.Words for Py...

    TabStopCollection indexer. Gets a tab stop at the given index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) tab_stops = builder . paragraph_format...

    reference.aspose.com/words/python-net/aspose.wo...
  10. GlowFormat class | Aspose.Words for Python

    aspose.words.drawing.GlowFormat class. Represents the glow formatting for an object.... doc = aw . Document ( file_name =...'Various shapes.docx' ) shape = doc . get_child ( aw . NodeType ...

    reference.aspose.com/words/python-net/aspose.wo...