Sort Score
Result 10 results
Languages All
Labels All
Results 9,221 - 9,230 of 168,796 for

doc

(0.09 sec)
  1. SubDocument.node_type property | Aspose.Words f...

    SubDocument.node_type property. Returns [NodeType.SUB_DocUMENT](../../nodetype/#SUB_DocUMENT).... doc = aw . Document ( file_name =...document.docx' ) sub_documents = doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentBase.NodeChangingCallback | Aspose.Word...

    Discover the DocumentBase NodeChangingCallback property, which triggers on node insertions or removals, enhancing Document management and workflow efficiency....FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/doc...
  3. TextBox.break_forward_link method | Aspose.Word...

    TextBox.break_forward_link method. Breaks the link to the next [TextBox](../).... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) text_box_shape1 = builder...

    reference.aspose.com/words/python-net/aspose.wo...
  4. INodeChangingCallback.NodeRemoved | Aspose.Word...

    Discover the INodeChangingCallback NodeRemoved method—triggered when a Document node is removed, enhancing your coding efficiency and Document management....FontChangeViaCallbac () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Set the node changing callback...

    reference.aspose.com/words/net/aspose.words/ino...
  5. OdtSaveOptions.is_strict_schema11 property | As...

    OdtSaveOptions.is_strict_schema11 property. Specifies whether export should correspond to ODT specification 1.1 strictly... doc = aw . Document ( file_name =...is_strict_schema11 = export_to_odt_11_specs doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.sdt_type property | Aspos...

    StructuredDocumentTag.sdt_type property. Gets type of this Structured Document tag.... doc = aw . Document ( file_name =...as_structured_document_tag (), b ), list ( doc . get_child_nodes ( aw . NodeType...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Table.autoFit method | Aspose.Words for Node.js

    Table.autoFit method. Resizes the table and cells according to the specified auto fit behavior.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let table = builder . startTable...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PdfSaveOptions.font_embedding_mode property | A...

    PdfSaveOptions.font_embedding_mode property. Specifies the font embedding mode.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # "Arial" is a standard font...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldIfComparisonResult Enum | Aspose.Words for...

    Discover the Aspose.Words.Fields.FieldIfComparisonResult enum, which defines outcomes of IF field evaluations, enhancing your Document automation capabilities.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Statement...

    reference.aspose.com/words/net/aspose.words.fie...
  10. ShapeBase.top_relative property | Aspose.Words ...

    ShapeBase.top_relative property. Gets or sets the value that represents shape's relative top position in percent.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Adding a simple shape with...

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