Sort Score
Result 10 results
Languages All
Labels All
Results 7,651 - 7,660 of 17,485 for

docx to doc

(0.22 sec)
  1. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_LinkSource method. Gets the source of a linked cusTom Document property in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> StartBookmark (...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. Aspose::Words::PageSetup::get_Bidi method | Asp...

    Aspose::Words::PageSetup::get_Bidi method. Specifies that this section contains bidirectional (complex scripts) text in C++.... auto doc = MakeObject < Document > ();...SharedPtr < PageSetup > pageSetup = doc -> get_Sections () -> idx_get...

    reference.aspose.com/words/cpp/aspose.words/pag...
  3. ProtectionType enumeration | Aspose.Words for P...

    aspose.words.ProtectionType enumeration. Protection type for a Document.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . writeln ( 'Section...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PlainTextDocument | Aspose.Words for Java

    Allows To extract plain-text representation of the Documents content in Java.... Document doc = new Document(); DocumentBuilder...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. AdvancedCompareOptions class | Aspose.Words for...

    aspose.words.comparing.AdvancedCompareOptions class. Allows To set advanced compare options.... doc_a = aw . Document ( file_name...MY_DIR + 'Document with SDT 1.docx' ) doc_b = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  6. OfficeMath | Aspose.Words for Java

    Represents an Office Math object such as function equation matrix or alike in Java....Document doc = new Document(getMyDir() + "Office math.docx"); OfficeMath...OfficeMath officeMath = (OfficeMath) doc.getChild(NodeType.OFFICE_MATH...

    reference.aspose.com/words/java/com.aspose.word...
  7. | Aspose

    Sample code for PDF To XLS Java conversion. Use API example code for batch PDF files To XLS conversion within any Web or DeskTop Java based application....File) DOC (Documents generated by Microsoft Word) DOCX (Microsoft...

    products.aspose.com/ocr/java/conversion/pdf-to-...
  8. Aspose::Words::Drawing::ShapeBase::get_CoordSiz...

    Aspose::Words::Drawing::ShapeBase::get_CoordSize method. The width and height of the coordinate space inside the containing block of this shape in C++.... auto doc = MakeObject < Document > ();...MakeObject < GroupShape > ( doc ); ASSERT_EQ ( WrapType :: None...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. ShapeBase.behind_text property | Aspose.Words f...

    ShapeBase.behind_text property. Specifies whether the shape is below or above text.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert a floating image...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Table.right_padding property | Aspose.Words for...

    Table.right_padding property. Gets or sets the amount of space (in points) To add To the right of the contents of cells.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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