Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 30,980 for

doc

(0.03 sec)
  1. FieldDdeAuto.insert_as_text property | Aspose.W...

    FieldDdeAuto.insert_as_text property. Gets or sets whether to insert the linked object in text-only format....= insert_linked_object_as ): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are three types of fields...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FieldDde.insert_as_rtf property | Aspose.Words ...

    FieldDde.insert_as_rtf property. Gets or sets whether to insert the linked object in rich-text format (RTF)....= insert_linked_object_as ): doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) # Below are three types of fields...

    reference.aspose.com/words/python-net/aspose.wo...
  3. VbaProject.clone method | Aspose.Words for Python

    VbaProject.clone method. Performs a copy of the [VbaProject](../).... doc = aw . Document ( file_name =...) dest_doc = aw . Document () copy_vba_project = doc . vba_project...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.AutoColor | Aspose.Words for .NET

    Discover the Font AutoColor property, get the current text color (black or white) for auto color adjustments. Optimize your design effortlessly!... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // If a run's Font object...

    reference.aspose.com/words/net/aspose.words/fon...
  5. Hyphenation.unregisterDictionary method | Aspos...

    Hyphenation.unregisterDictionary method. Unregisters a hyphenation dictionary for the specified language.... let doc = new aw . Document ( base ...."German text.docx" ); expect ( doc . firstSection . body . firstParagraph...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 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...
  7. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportHeadersFootersMode method. Specifies how headers and footers are output to HTML, MHTML or EPUB. Default value is PerSection for HTML/MHTML and None for EPUB in C++.... auto doc = MakeObject < Document > ( MyDir...ASSERT_EQ ( u "First header" , doc -> get_FirstSection () -> get_HeadersFooters...

    reference.aspose.com/words/cpp/aspose.words.sav...
  8. 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...
  9. 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...
  10. 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...