Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 14,873 for

section

(0.08 sec)
  1. 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/
  2. LayoutOptions.ContinuousSectionPageNumberingRes...

    Discover the LayoutOptions ContinuousSectionPageNumberingRestart property for seamless page numbering control in continuous Sections. Optimize your document layout today!...numbers when a continuous section restarts the page numbering...numbering in a continuous section. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words.lay...
  3. 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...
  4. 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...
  5. Aspose::Words::ControlChar::SectionBreak method...

    Aspose::Words::ControlChar::SectionBreak method. End of Section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++....ControlChar::SectionBreak method End of section character: “\x000c” or “\f”...Add a section break. This does not make a new section or paragraph...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. PageSetup.LineNumberDistanceFromText | Aspose.W...

    Discover the PageSetup LineNumberDistanceFromText property to easily adjust the spacing between line numbers and your document's text for improved readability....enable line numbering for a section. Document doc = new Document...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/net/aspose.words/pag...
  7. Changed behavior when connecting documents - Fr...

    Hi, use use following code to append documents: dstDocument.AppendDocument(srcDocument, ImportFormatMode.UseDestinationStyles); the srcDocument has one Section and his SectionStart is ‘SectionStart.Continuous’. Afte…...; the srcDocument has one section and his SectionStart is ‘SectionStart...dstDocument, the Section Start of the appended section changes to ‘SectionStart...

    forum.aspose.com/t/changed-behavior-when-connec...
  8. Aspose::Words::PageSetup::get_LineNumberCountBy...

    Aspose::Words::PageSetup::get_LineNumberCountBy method. Returns or sets the numeric increment for line numbers in C++....enable line numbering for a section. auto doc = System :: MakeObject...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Aspose::Words::PageSetup::get_LineStartingNumbe...

    Aspose::Words::PageSetup::get_LineStartingNumber method. Gets or sets the starting line number in C++....enable line numbering for a section. auto doc = System :: MakeObject...( doc ); // We can use the section's PageSetup object to display...

    reference.aspose.com/words/cpp/aspose.words/pag...
  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...