Sort Score
Result 10 results
Languages All
Labels All
Results 9,951 - 9,960 of 18,356 for

docx to doc

(0.12 sec)
  1. PlainTextDocument.text property | Aspose.Words ...

    PlainTextDocument.text property. Gets textual content of the Document concatenated as a string.... let doc = new aw . Document (); let builder...DocumentBuilder ( doc ); builder . writeln ( "Hello world!" ); doc . save...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PreferredWidth class | Aspose.Words for Python

    aspose.words.tables.PreferredWidth class. Represents a value and its unit of measure that is used To specify the preferred width of a table or a cell... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) table = builder . start_table...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_LockContentControl method. When set To true, this property will prohibit a user from deleting this SDT in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Insert a plain text structured...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. FieldIndex.page_range_separator property | Aspo...

    FieldIndex.page_range_separaTor property. Gets or sets the character sequence that is used To separate the start and end of a page range.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Create an INDEX field which...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Drawing::LayoutFlow enum | Aspos...

    Aspose::Words::Drawing::LayoutFlow enum. Determines the flow of the text layout in a textbox in C++....change its orientation auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); auto textbox = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.dra...
  6. XpsSaveOptions | Aspose.Words for .NET

    Discover the XpsSaveOptions construcTor To effortlessly create instances for saving Documents in the XPS format, enhancing your Document management efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert headings that can...

    reference.aspose.com/words/net/aspose.words.sav...
  7. LayoutOptions.ContinuousSectionPageNumberingRes...

    Discover the LayouToptions ContinuousSectionPageNumberingRestart property for seamless page numbering control in continuous sections. Optimize your Document layout Today!... Document doc = new Document ( MyDir + "Continuous..."Continuous section page numbering.docx" ); // By default Aspose.Words...

    reference.aspose.com/words/net/aspose.words.lay...
  8. Aspose::Words::Paragraph::get_BreakIsStyleSepar...

    Aspose::Words::Paragraph::get_BreakIsStyleSeparaTor method. True if this paragraph break is a Style SeparaTor. A style separaTor allows one paragraph To consist of parts that have different paragraph styles in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); builder -> InsertTableOfContent...

    reference.aspose.com/words/cpp/aspose.words/par...
  9. RevisionsView Enum | Aspose.Words for .NET

    Discover Aspose.Words.RevisionsView enum To easily choose between original and revised Document versions for streamlined editing and collaboration.... Document doc = new Document ( MyDir + "Revisions..."Revisions at list levels.docx" ); doc . UpdateListLabels (); ParagraphCollection...

    reference.aspose.com/words/net/aspose.words/rev...
  10. WarningInfoCollection class | Aspose.Words for ...

    aspose.words.WarningInfoCollection class. Represents a typed collection of [WarningInfo](../warninginfo/) objects... doc = aw . Document ( file_name =...= MY_DIR + 'Missing font.docx' ) # Assign a callback for handling...

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