Sort Score
Result 10 results
Languages All
Labels All
Results 8,991 - 9,000 of 17,116 for

docx to doc

(0.09 sec)
  1. Aspose::Words::Document::get_EndnoteOptions met...

    Aspose::Words::Document::get_EndnoteOptions method. Provides options that control numbering and positioning of endnotes in this Document in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // An endnote is a way to...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. TableStyle.leftIndent property | Aspose.Words f...

    TableStyle.leftIndent property. Gets or sets the value that represents the left indent of a table.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // Below are two ways of aligning...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Font.auto_color property | Aspose.Words for Python

    Font.auTo_color property. Returns the present calculated color of the text (black or white) To be used for 'auTo color'... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # If a run's Font object...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageSetup.line_number_count_by property | Aspos...

    PageSetup.line_number_count_by property. Returns or sets the numeric increment for line numbers.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # We can use the section's...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageSetup.different_first_page_header_footer pr...

    PageSetup.different_first_page_header_footer property. True if a different header or footer is used on the first page.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Specify that we want different...

    reference.aspose.com/words/python-net/aspose.wo...
  6. TextWatermarkOptions.is_semitrasparent property...

    TextWatermarkOptions.is_semitrasparent property. Gets or sets a boolean value which is responsible for opacity of the watermark... doc = aw . Document () # Add a plain...plain text watermark. doc . watermark . set_text ( text = 'Aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ControlChar.NonBreakingSpace | Aspose.Words for...

    Discover ControlChar's NonBreakingSpace field for seamless formatting. Enhance your text with the x00a0 character for improved readability!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  8. ControlChar.SectionBreakChar | Aspose.Words for...

    Discover the ControlChar SectionBreakChar field, optimize your Document formatting with the essential end-of-section character for seamless text flow.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  9. ControlChar.CrLf | Aspose.Words for .NET

    Discover ControlChar CrLf, the key To efficient text formatting. Learn how carriage return and line feed enhance paragraph breaks in text files.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  10. FootnoteSeparator | Aspose.Words for Java

    in Java....Document doc = new Document(getMyDir() + "Hidden content.docx"); ...Paragraph para = (Paragraph) doc.getChild(NodeType.PARAGRAPH,...

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