Sort Score
Result 10 results
Languages All
Labels All
Results 261 - 270 of 14,884 for

section

(0.42 sec)
  1. ProtectionType enumeration | Aspose.Words for N...

    Aspose.Words.ProtectionType enumeration. Protection type for a document....turn off protection for a section. let doc = new aw . Document...doc ); builder . writeln ( "Section 1. Hello world!" ); builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldSection class | Aspose.Words for Python

    aspose.words.fields.FieldSection class. Implements the Section field...FieldSection class Implements the SECTION field. To learn more, visit...the number of the current section. Inheritance: FieldSection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Working with Sections in C#|Aspose.Words for .NET

    Understanding document Section concepts and manipulation practices using C#. Insert Section into a document C#. Remove Section C#. Copy Sections between Documents....Ask AI Working with Sections Contents [ Hide ] What is this page...how to work with document sections. Sometimes you want a document...

    docs.aspose.com/words/net/working-with-sections/
  4. Manage Zooms in Presentations with Python|Aspos...

    Create and customize Zoom with Aspose.Slides for Python via .NET — jump between Sections, add thumbnails and transitions across PPT, PPTX and ODP presentations....and from specific slides, sections, and portions of a presentation...To show a single section only, use a Section Zoom . Slide Zoom...

    docs.aspose.com/slides/python-net/manage-zoom/
  5. HeaderFooterCollection class | Aspose.Words for...

    aspose.words.HeaderFooterCollection class. Provides typed access to [HeaderFooter](../headerfooter/) nodes of a [Section](../Section/)...to HeaderFooter nodes of a Section . To learn more, visit the...each HeaderFooterType per Section . HeaderFooter objects can...

    reference.aspose.com/words/python-net/aspose.wo...
  6. DocumentVisitor.visitParagraphEnd method | Aspo...

    DocumentVisitor.visitParagraphEnd method. Called when enumeration of a paragraph has ended....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentVisitor.visitRun method | Aspose.Words ...

    DocumentVisitor.visitRun method. Called when a run of text in the is encountered....<summary> /// Called when a Section node is encountered in the...VisitSectionStart ( Section section ) { // Get the index of our section within...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Removing Header and Footer|Aspose.Words for .NET

    Remove headers or footers from a document easily and fast instead of using VSTO in C#.... Sections [ 1 ]. Headers [ Microsoft...Application . ActiveDocument . Sections [ 1 ]. Footers [ Microsoft...

    docs.aspose.com/words/net/removing-header-and-f...
  9. Aspose::Words::ParagraphAlignment enum | Aspose...

    Aspose::Words::ParagraphAlignment enum. Specifies text alignment in a paragraph in C++....blank document contains one section, one body and one paragraph...collection. // First, create a new section, and then append it as a child...

    reference.aspose.com/words/cpp/aspose.words/par...
  10. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...5 KB) The page in second section is missing. 1530×546 31.2 KB...footer of each section, and the second‑section page disappears...

    forum.aspose.com/t/page-is-missing-after-insert...