Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 18,476 for

docx to doc

(0.24 sec)
  1. Row.row_format property | Aspose.Words for Python

    Row.row_format property. Provides access To the formatting properties of the row.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

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

    Discover how the CusTomPart ContentType property defines your cusTom part's content type, enhancing functionality and user experience.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  3. CustomPart.IsExternal | Aspose.Words for .NET

    Discover the CusTomPart IsExternal property, learn how it defines internal vs. external cusTom parts in OOXML packages for streamlined data management.... Document doc = new Document ( MyDir + "Custom...parts OOXML package.docx" ); Assert . That ( doc . PackageCustomParts...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++.... auto doc = System :: MakeObject < Aspose...:: Words :: HeaderFooter > ( doc , Aspose :: Words :: HeaderFooterType...

    reference.aspose.com/words/cpp/aspose.words/hea...
  5. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java.... Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); builder.write("This text is...

    reference.aspose.com/words/java/com.aspose.word...
  6. WatermarkerContext | Aspose.Words for Java

    Document watermarker context in Java.... String doc = getMyDir() + "Big document.docx"; String watermarkText...create(watermarkerContext) .from(doc) .to(getArtifactsDir() + "LowCode...

    reference.aspose.com/words/java/com.aspose.word...
  7. Footnote.actual_reference_mark property | Aspos...

    Footnote.actual_reference_mark property. Gets the actual text of the reference mark displayed in the Document for this footnote.... doc = aw . Document ( file_name =...'Footnotes and endnotes.docx' ) footnote = doc . get_child ( aw ....

    reference.aspose.com/words/python-net/aspose.wo...
  8. ExtractPages - when I use ExtractPages it break...

    Good day, when I split the Document inTo sections. I use the following code for this, it breaks the numbering in the Document. Could you take a look at it for me? Document DocPR = new Document($"{path}4P003q.Docx"); D…...docx"); Document docClone = docPR...Save($"{path}4P003qOut.docx"); Document docX = new Document(@"C:...

    forum.aspose.com/t/extractpages-when-i-use-extr...
  9. TextPath.text_path_alignment property | Aspose....

    TextPath.text_path_alignment property. Defines the alignment of text.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TextPath.trim property | Aspose.Words for Python

    TextPath.trim property. Determines whether extra space is removed above and below the text.... def insert_text_paths (): doc = aw . Document () # Insert a...WordArt. shape = append_word_art ( doc , 'Hello World! This text is...

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