Sort Score
Result 10 results
Languages All
Labels All
Results 4,281 - 4,290 of 50,946 for

doc

(0.13 sec)
  1. RevisionOptions class | Aspose.Words for Python

    aspose.words.layout.RevisionOptions class. Allows to control how Document revisions are handled during layout process... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a revision, then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldGlossary Class | Aspose.Words for .NET

    Explore the Aspose.Words.Fields.FieldGlossary class for seamless GLOSSARY field implementation. Enhance your Document processing with powerful features!... Document doc = new Document (); // Create...AutoText building block to it. doc . GlossaryDocument = new GlossaryDocument...

    reference.aspose.com/words/net/aspose.words.fie...
  3. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... let doc = new aw . Document ( base ....math.docx" ); let officeMath = doc . getOfficeMath ( 0 , true );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. FieldEmbed | Aspose.Words for Java

    Implements the EMBED field in Java....Document doc = new Document(getMyDir() + "Legacy fields.doc"); //...collection. Assert.assertEquals(0, doc.getRange().getFields().getCount());...

    reference.aspose.com/words/java/com.aspose.word...
  5. CellFormat.horizontal_merge property | Aspose.W...

    CellFormat.horizontal_merge property. Specifies how the cell is merged horizontally with other cells in the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a cell into the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::WrapType enum | Aspose....

    Aspose::Words::Drawing::WrapType enum. Specifies how text is wrapped around a shape or picture in C++.... auto doc = MakeObject < Document > ();...MakeObject < DocumentBuilder > ( doc ); // Insert the image into the...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. List.is_multi_level property | Aspose.Words for...

    List.is_multi_level property. Returns ``True`` when the list contains 9 levels; ``False`` when 1 level.... doc = aw . Document () # A list allows...within a style. list_style = doc . styles . add ( aw . StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  8. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_paragraph property. Returns ``True`` if the cursor is at the beginning of the current paragraph (no text before the cursor).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  9. DocumentBuilder.move_to_document_end method | A...

    DocumentBuilder.move_to_Document_end method. Moves the cursor to the end of the Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create a valid bookmark...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your Document's first page with unique headers and footers for a professional touch.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Specify that we want different...

    reference.aspose.com/words/net/aspose.words/pag...