Sort Score
Result 10 results
Languages All
Labels All
Results 5,481 - 5,490 of 157,230 for

doc

(0.06 sec)
  1. StructuredDocumentTagCollection.get_by_title me...

    StructuredDocumentTagCollection.get_by_title method. Returns the first structured Document tag encountered in the collection with the specified title.... doc = aw . Document ( file_name =...structured document tag by Id. sdt = doc . range . structured_document_tags...

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

    Discover the PreferredWidth FromPoints method to create a new instance with a defined width in points, enhancing your design precision and efficiency.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Table table = builder . StartTable...

    reference.aspose.com/words/net/aspose.words.tab...
  3. ParagraphFormat.isListItem property | Aspose.Wo...

    ParagraphFormat.isListItem property. True when the paragraph is an item in a bulleted or numbered list.... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); // A list allows us to organize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. MailMergeSettings.Query | Aspose.Words for .NET

    Discover how to leverage the MailMergeSettings Query property to efficiently import records from external data sources for seamless mail merge operations.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Write ( "Dear "...

    reference.aspose.com/words/net/aspose.words.set...
  5. CellFormat.HorizontalMerge | Aspose.Words for .NET

    Discover the CellFormat HorizontalMerge property to seamlessly merge cells horizontally, enhancing your spreadsheet's layout and organization.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Insert a cell into the...

    reference.aspose.com/words/net/aspose.words.tab...
  6. HtmlFixedSaveOptions.encoding property | Aspose...

    HtmlFixedSaveOptions.encoding property. Specifies the encoding to use when exporting to HTML... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) builder . writeln ( 'Hello World...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Font::get_Shadow method | Aspose...

    Aspose::Words::Font::get_Shadow method. True if the font is formatted as shadowed in C++.... auto doc = System :: MakeObject < Aspose...Words :: DocumentBuilder > ( doc ); // Set the Shadow flag to...

    reference.aspose.com/words/cpp/aspose.words/fon...
  8. MsWordVersion enumeration | Aspose.Words for Py...

    aspose.words.settings.MsWordVersion enumeration. Allows Aspose.Wods to mimic MS Word version-specific application behavior.... def optimize_for (): doc = aw . Document () # This object...of Microsoft Word. options = doc . compatibility_options # Print...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Document.FontSettings | Aspose.Words for .NET

    Discover how to customize Document font settings effortlessly. Enhance your Documents with tailored font options for improved readability and style.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . Font . Name = "Arial"...

    reference.aspose.com/words/net/aspose.words/doc...
  10. HtmlSaveOptions.export_headers_footers_mode pro...

    HtmlSaveOptions.export_headers_footers_mode property. Specifies how headers and footers are output to HTML, MHTML or EPUB... doc = aw . Document ( file_name =...assertEqual ( 'First header' , doc . first_section . headers_footers...

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