Sort Score
Result 10 results
Languages All
Labels All
Results 6,191 - 6,200 of 183,735 for

doc

(0.46 sec)
  1. BorderCollection indexer | Aspose.Words for Python

    BorderCollection indexer. Retrieves a [Border](../../border/) object by index.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Table.bidi property | Aspose.Words for Python

    Table.bidi property. Gets or sets whether this is a right-to-left table.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SignatureLine.isSigned property | Aspose.Words ...

    SignatureLine.isSigned property. Indicates that signature line is signed by digital signature.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let signatureLineOptions =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. TableStyle.allow_break_across_pages property | ...

    TableStyle.allow_break_across_pages property. Gets or sets a flag indicating whether text in a table row is allowed to split across a page break.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  5. BorderCollection.equals method | Aspose.Words f...

    BorderCollection.equals method. Compares collections of borders.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Document.RemoveCustomizations | Aspose.Words fo...

    Remove toolbar and keyboard customizations from Word Documents to restore default settings and ensure a clean Document experience.... Document doc = new Document ( MyDir + "Customized...menu entries. doc . RemoveCustomizations (); doc . Save ( ArtifactsDir...

    reference.aspose.com/words/net/aspose.words/doc...
  7. FieldSeparator | Aspose.Words for Java

    Represents a Word field separator that separates the field code from the field result in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.insertField(" DATE...

    reference.aspose.com/words/java/com.aspose.word...
  8. DocumentProperty.name property | Aspose.Words f...

    DocumentProperty.name property. Returns the name of the property.... doc = aw . Document ( file_name =...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.custom_document_properties property | ...

    Document.custom_Document_properties property. Returns a collection that represents all the custom Document properties of the Document.... doc = aw . Document ( file_name =...'Document filename: \n\t " { doc . original_file_name } "' ) #...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a Document into the SaveFormat.DocX SaveFormat.DocM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If we configure compatibility...

    reference.aspose.com/words/java/com.aspose.word...