Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 18,311 for

docx to doc

(0.08 sec)
  1. Section.protected_for_forms property | Aspose.W...

    Section.protected_for_forms property. True if the section is protected for forms... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

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

    Node.node_type property. Gets the type of this node.... doc = aw . Document ( file_name =...MY_DIR + 'Tables.docx' ) self . assertEqual ( 2 , doc . get_child_nodes...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Markup::CustomPartCollection::Ge...

    Aspose::Words::Markup::CusTomPartCollection::GetEnumeraTor method. Returns an enumeraTor object that can be used To iterate over all items in the collection in C++.... auto doc = System :: MakeObject < Aspose...parts OOXML package.docx" ); ASSERT_EQ ( 2 , doc -> get_PackageCustomParts...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::PageSetup::get_Borders method | ...

    Aspose::Words::PageSetup::get_Borders method. Gets a collection of the page borders in C++.... auto doc = System :: MakeObject < Aspose...Words :: PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique cusTom Document properties effortlessly with the Add method. Enhance your Documents with tailored String data types for optimal performance.... Document doc = new Document (); CustomDocumentProper...CustomDocumentProper properties = doc . CustomDocumentProper ; Assert...

    reference.aspose.com/words/net/aspose.words.pro...
  6. FootnoteOptions class | Aspose.Words for Python

    aspose.words.notes.FootnoteOptions class. Represents the footnote numbering options for a Document or section... doc = aw . Document ( file_name =...endnotes.docx' ) doc . footnote_options . columns = 2 doc . save...

    reference.aspose.com/words/python-net/aspose.wo...
  7. BuiltInDocumentProperties.subject property | As...

    BuiltInDocumentProperties.subject property. Gets or sets the subject of the Document.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

    reference.aspose.com/words/python-net/aspose.wo...
  8. JoinStyle | Aspose.Words for Java

    Line join style in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // Below are four examples...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::SoftEdgeFormat::Remove ...

    Aspose::Words::Drawing::SoftEdgeFormat::Remove method. Removes SoftEdgeFormat from the parent object in C++....docx" ); // Load document with rectangle...rectangle shape with soft edge. auto doc = System :: MakeObject < Aspose...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. BuiltInDocumentProperties.comments property | A...

    BuiltInDocumentProperties.comments property. Gets or sets the Document comments.... doc = aw . Document () builder =...DocumentBuilder ( doc = doc ) properties = doc . built_in_document_properties...

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