Sort Score
Result 10 results
Languages All
Labels All
Results 9,021 - 9,030 of 18,354 for

docx to doc

(0.17 sec)
  1. ControlChar.LineFeedChar | Aspose.Words for .NET

    Discover the ControlChar LineFeedChar field—optimize your text processing with the essential line feed character (char10 or n) for seamless data handling.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  2. ControlChar.ColumnBreak | Aspose.Words for .NET

    Discover the ControlChar ColumnBreak field, streamline your Document layout with the x000e end-of-column character for enhanced formatting control.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Add a regular space. builder...

    reference.aspose.com/words/net/aspose.words/con...
  3. Aspose::Words::Fields::FieldPrint::get_PostScri...

    Aspose::Words::Fields::FieldPrint::get_PostScriptGroup method. Gets or sets the drawing rectangle that the PostScript instructions operate on in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> Write ( u "My paragraph"...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. GroupShape | Aspose.Words for Java

    Represents a group of shapes in a Document in Java....throws Exception { Document doc = new Document(); DocumentBuilder...builder = new DocumentBuilder(doc); // If you need to create "NonPrimitive"...

    reference.aspose.com/words/java/com.aspose.word...
  5. MergeFieldImageDimension.Unit | Aspose.Words fo...

    Discover the MergeFieldImageDimension Unit property for precise image scaling. Enhance your design with accurate dimensions and improved visual appeal....MergeFieldImageDimen () { Document doc = new Document (); // Insert...builder = new DocumentBuilder ( doc ); FieldMergeField field = (...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Aspose::Words::Layout::ContinuousSectionRestart...

    Aspose::Words::Layout::ContinuousSectionRestart enum. Represents different behaviors when computing page numbers in a continuous section that restarts page numbering in C++.... auto doc = System :: MakeObject < Aspose..."Continuous section page numbering.docx" ); // By default Aspose.Words...

    reference.aspose.com/words/cpp/aspose.words.lay...
  7. Aspose::Words::Fields::FieldSeq::get_ResetHeadi...

    Aspose::Words::Fields::FieldSeq::get_ResetHeadingLevel method. Gets or sets an integer number representing a heading level To reset the sequence number To. Returns -1 if the number is absent in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // SEQ fields display a count...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Create HTML Report In Python

    Generate reports and auTomate Documents using HTML templates and cusTom data in Python....(optional) Output format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM...aspose.words.reporting as awr doc = aw.Document( "Input.html" );...

    products.aspose.com/words/python-net/report/html/
  9. Font.emboss property | Aspose.Words for Python

    Font.emboss property. True if the font is formatted as embossed.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) builder . font . size = 36...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PageSetup.rtl_gutter property | Aspose.Words fo...

    PageSetup.rtl_gutter property. Gets or sets whether Microsoft Word uses gutters for the section based on a right-To-left language or a left-To-right language.... doc = aw . Document () # Insert text...= aw . DocumentBuilder ( doc = doc ) i = 0 while i < 6 : builder...

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