Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 14,825 for

section

(0.14 sec)
  1. PageSetup.linesPerPage property | Aspose.Words ...

    PageSetup.linesPerPage property. Gets or sets the number of lines per page in the document grid....of lines per page in this section. // A large enough font size...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Digital Signatures|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....parameters in the DigitalSignature section. These are: name : represents...

    docs.aspose.com/cells/reportingservices/digital...
  3. PdfSaveOptions.headerFooterBookmarksExportMode ...

    PdfSaveOptions.headerFooterBookmarksExportMode property. Determines how bookmarks in headers/footers are exported....export bookmarks in the first section's header/footers. // Set the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Video|Aspose.Slides Documentation

    Work with video in C# using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export presentations for PPT, PPTX and ODP.... Auto ; } Audio Section...

    docs.aspose.com/slides/net/examples/elements/vi...
  5. How to align by Hyperlink along side paragraph ...

    I have used below code to create a bookmark and insert hyper link at end of paragraph . But the hyperlink isnt aligning well with paragraph headings(inserted image) . How to align it properly? // Insert bookmark at the …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...

    forum.aspose.com/t/how-to-align-by-hyperlink-al...
  6. Convert PowerPoint Presentations to Video in Py...

    Learn how to convert PowerPoint and OpenDocument presentations to video using Python. Discover sample code and automation techniques to streamline your workflow.... This section explains the available video...Convert PowerPoint to Video section. Supported Animations and Effects...

    docs.aspose.com/slides/python-net/convert-power...
  7. PsSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PsSaveOptions SaveFormat property to easily specify your document's save format. Optimize your workflow with flexible saving options!...page setup objects of all sections to "MultiplePagesType.BookFoldPrinting"...BookFoldPrinting". foreach ( Section s in doc . Sections ) { s . PageSetup...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose::Words::Notes::EndnoteOptions class | As...

    Aspose::Words::Notes::EndnoteOptions class. Represents the endnote numbering options for a document or Section. To learn more, visit the documentation article in C++....options for a document or section. To learn more, visit the Working...Write ( u "This is the second section." ); // We can use the "Position"...

    reference.aspose.com/words/cpp/aspose.words.not...
  9. 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....Word uses gutters for the section based on a right-to-left language...layout. page_setup = doc . sections [ 0 ] . page_setup # Determine...

    reference.aspose.com/words/python-net/aspose.wo...
  10. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....Examples: Shows how to remove all sections from a document. Document...docx"); // This document has one section with a few child nodes containing...

    reference.aspose.com/words/java/com.aspose.word...