Sort Score
Result 10 results
Languages All
Labels All
Results 9,611 - 9,620 of 157,131 for

doc

(0.08 sec)
  1. TextBoxControl.Type | Aspose.Words for .NET

    Discover the TextBoxControl Type property for Forms 2.0, enabling seamless control customization and enhancing user experience in your applications.... Document doc = new Document ( MyDir + "Textbox...docm" ); Shape shape = ( Shape ) doc . GetChild ( NodeType . Shape...

    reference.aspose.com/words/net/aspose.words.dra...
  2. FontEmbeddingLicensingRights class | Aspose.Wor...

    aspose.words.fonts.FontEmbeddingLicensingRights class. Represents embedding licensing rights for the font.... doc = aw . Document ( file_name =...document fonts. font_infos = doc . font_infos for font_info in...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Convert PPTX to Word in C# | products.aspose.com

    Convert PPTX to Word in C#. Use .NET library API to convert PowerPoint to Word...presentation = new Presentation(); var doc = new Document(); var builder...builder = new DocumentBuilder(doc); foreach ( var slide in presentation...

    products.aspose.com/slides/net/conversion/pptx-...
  4. PdfSaveOptions.page_layout property | Aspose.Wo...

    PdfSaveOptions.page_layout property. Specifies the page layout to be used when the Document is opened in a PDF reader.... doc = aw . Document ( file_name =...PdfPageLayout . TWO_PAGE_LEFT doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Field.type property | Aspose.Words for Python

    Field.type property. Gets the Microsoft Word field type.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc ) field = builder . insert_field...

    reference.aspose.com/words/python-net/aspose.wo...
  6. PageSetup.chapter_page_separator property | Asp...

    PageSetup.chapter_page_separator property. Gets or sets the separator character that appears between the chapter number and the page number.... doc = aw . Document ( file_name =...document.docx' ) page_setup = doc . first_section . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. FieldToc.CustomStyles | Aspose.Words for .NET

    Customize your table of contents with FieldToc's CustomStyles property. Easily add unique styles beyond built-in headings for enhanced presentation....void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...
  8. FieldToc.PreserveTabs | Aspose.Words for .NET

    Discover how the FieldToc PreserveTabs property enhances your data management by preserving tab entries in table entries for better organization....void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldToc.InsertHyperlinks | Aspose.Words for .NET

    Control hyperlinking in your table of contents with FieldToc InsertHyperlinks. Enhance navigation and improve user experience effortlessly!...void FieldToc () { Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); builder . StartBookmark (...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Node.node_type_to_string method | Aspose.Words ...

    Node.node_type_to_string method. A utility method that converts a node type enum value into a user friendly string.... doc = aw . Document ( MY_DIR + 'Paragraphs...'Paragraphs.docx' ) node = doc . first_section . body . first_child...

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