Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 15,483 for

section

(0.17 sec)
  1. HeaderFooter constructor | Aspose.Words for Nod...

    HeaderFooter constructor. Creates a new header or footer of the specified type....To append HeaderFooter to a Section use CompositeNode.insertAfter()...CompositeNode.insertBefore() , or Section.headersFooters property and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Remove Slides from Presentations in Java|Aspose...

    Effortlessly remove slides from PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Get clear code examples and boost your workflow....affect slide sections? If the slide belonged to a section, that section...slide. The section structure remains; if a section becomes empty...

    docs.aspose.com/slides/java/remove-slide-from-p...
  3. IReplacingCallback.Replacing | Aspose.Words for...

    Enhance your coding with the IReplacingCallback method! Customize replace operations efficiently by executing user-defined actions for each match found....foreach ( Section srcSection in docToInsert . Sections . OfType...OfType < Section >()) foreach ( Node srcNode in srcSection . Body...

    reference.aspose.com/words/net/aspose.words.rep...
  4. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made....foreach ( Section srcSection in docToInsert . sections . OfType...OfType < Section > ()) for ( let srcNode of srcSection . body ) {...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Range.replaceRegex method | Aspose.Words for No...

    Aspose.Words.Range.replaceRegex method...&p - paragraph break &b - section break &m - page break &l -...&p - paragraph break &b - section break &m - page break &l -...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. EndnoteOptions.position property | Aspose.Words...

    EndnoteOptions.position property. Specifies the endnotes position....write ( "This is the second section." ); // We can use the "Position"...collection at the end of the section whose text contains the endnote's...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Working with Rows and Columns in Ruby|Documenta...

    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....Ruby Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/cells/java/working-with-rows-an...
  8. Story.AppendParagraph | Aspose.Words for .NET

    Discover the Story AppendParagraph method, effortlessly create and append a Paragraph object with customizable text for seamless document enhancement....top of every page of this section, above the main body text....bottom of every page of this section, below the main body text....

    reference.aspose.com/words/net/aspose.words/sto...
  9. Security Notes|Aspose.Words for Java

    Aspose.Words for Java recognizes and adheres to common security standards to ensure a high level of data security. Look at possible security issues and recommendations on how to avoid them.... In this section, we take a look at some of...

    docs.aspose.com/words/java/security/
  10. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....docx"); Section firstPageSection = doc.getFirstSection();...KEEP_SOURCE_FORMATTING); for (Section srcSection : docToInsert.getSections())...

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