Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 14,824 for

section

(0.14 sec)
  1. ParagraphFormat.style_name property | Aspose.Wo...

    ParagraphFormat.style_name property. Gets or sets the name of the paragraph style applied to this formatting....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/python-net/aspose.wo...
  2. Section.clear_headers_footers method | Aspose.W...

    aspose.words.Section.clear_headers_footers method...headers and footers of this section. def clear_headers_footers...headers and footers of this section linked to headers and footers...

    reference.aspose.com/words/python-net/aspose.wo...
  3. 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...
  4. Aspose::Words::PaperSize enum | Aspose.Words fo...

    Aspose::Words::PaperSize enum. Specifies paper size in C++....with other settings for a section. auto doc = System :: MakeObject..."PaperSize" property of this section's PageSetup object. builder...

    reference.aspose.com/words/cpp/aspose.words/pap...
  5. 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...
  6. DocumentVisitor.visitSectionEnd method | Aspose...

    DocumentVisitor.visitSectionEnd method. Called when enumeration of a Section has ended....visitSectionEnd(section) Called when enumeration of a section has ended...visitSectionEnd ( section : Aspose . Words . Section ) Parameter Type...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. 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...
  8. 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...
  9. 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...
  10. Body.ensure_minimum method | Aspose.Words for P...

    Body.ensure_minimum method. If the last child is not a paragraph, creates and appends one empty paragraph....from all sections from the document leaving the sections themselves...blank document contains one section, one body and one paragraph...

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