Sort Score
Result 10 results
Languages All
Labels All
Results 2,391 - 2,400 of 15,551 for

section

(0.13 sec)
  1. ReplacingArgs.match_node property | Aspose.Word...

    ReplacingArgs.match_node property. Gets the node that contains the beginning of the match....KEEP_SOURCE_FORMATTING ) for src_section in filter ( lambda a : a is...x . as_section (), b ), list ( doc_to_insert . sections ))): for...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 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...
  3. SdtAppearance | Aspose.Words for Java

    Specifies the appearance of a structured document tag in Java....Document(getMyDir() + "Multi-section structured document tags.docx");...

    reference.aspose.com/words/java/com.aspose.word...
  4. Aspose::Words::Range::Replace method | Aspose.W...

    Aspose::Words::Range::Replace method. Replaces all occurrences of a character pattern specified by a regular expression with another string in C++....%&p - paragraph break %&b - section break %&m - page break %&l...%&p - paragraph break %&b - section break %&m - page break %&l...

    reference.aspose.com/words/cpp/aspose.words/ran...
  5. 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...
  6. 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...
  7. MultiplePagesType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.MultiplePagesType enum for efficient document printing options. Optimize your workflow with flexible printing settings!...); } // Configure the first section's "PageSetup" property to print...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words.set...
  8. PageSetup.rtlGutter property | Aspose.Words for...

    PageSetup.rtlGutter 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. let pageSetup = doc . sections . at ( 0 ). pageSetup ; //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. PageInfo.SizeInPoints | Aspose.Words for .NET

    Discover the PageInfo SizeInPoints property to easily access your page size in points for precise layout control and enhanced design efficiency....docx" ); // The first section has 2 pages. We will assign...

    reference.aspose.com/words/net/aspose.words.ren...
  10. 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...