Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 14,872 for

section

(0.13 sec)
  1. PageSetup.orientation property | Aspose.Words f...

    PageSetup.orientation property. Returns or sets the orientation of the page....revert page setup settings to sections in a document. doc = aw ....for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 使用 Python 在演示文稿中管理幻灯片节|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python 简化 PowerPoint 和 OpenDocument 中的幻灯片节 —— 拆分、重命名和重新排序,以优化 PPTX 和 ODP 工作流。...要在演示文稿中添加一个将幻灯片分组的 Section ,Aspose.Slides 提供了 add_section 方法。该方法允许您指定节的名称以及节开始的幻灯片。...presentation . sections . add_section ( "Section 1" , slide1 )...

    docs.aspose.com/slides/zh/python-net/slide-sect...
  3. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a document using Python....Footers Defined in the Previous Section If you need to copy the header...or footer from the previous section, you can do that too. The following...

    docs.aspose.com/words/python-net/working-with-h...
  4. Aspose::Words::PageVerticalAlignment enum | Asp...

    Aspose::Words::PageVerticalAlignment enum. Specifies vertical justification of text on each page in C++....revert page setup settings to sections in a document. auto doc =...for the builder's current section and add text. builder -> get_PageSetup...

    reference.aspose.com/words/cpp/aspose.words/pag...
  5. Aspose::Words::PageBorderAppliesTo enum | Aspos...

    Aspose::Words::PageBorderAppliesTo enum. Specifies which pages the page border is printed on in C++....shown on all pages of the section. FirstPage 1 Page border is...shown on the first page of the section only. OtherPages 2 Page border...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Document.EnsureMinimum | Aspose.Words for .NET

    Learn how to use the EnsureMinimum method to automatically create a Section and paragraph in documents, ensuring complete and organized content....document contains no sections, creates one section with one paragraph...document contains one child Section, which includes one child Body...

    reference.aspose.com/words/net/aspose.words/doc...
  7. Aspose::Words::ControlChar::FieldStartChar fiel...

    Aspose::Words::ControlChar::FieldStartChar field. Start of MS Word field character: (char)19 in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::ControlChar::SpaceChar field | A...

    Aspose::Words::ControlChar::SpaceChar field. Space character: (char)32 in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  9. Aspose::Words::ControlChar::LineBreak method | ...

    Aspose::Words::ControlChar::LineBreak method. Line break character: "\x000b" or "\v" in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...
  10. Aspose::Words::ControlChar::PageBreak method | ...

    Aspose::Words::ControlChar::PageBreak method. Page break character: "\x000c" or "\f". Note it has the same value as SectionBreak in C++....Add a section break. This does not make a new section or paragraph...ASSERT_EQ ( 1 , doc -> get_Sections () -> get_Count ()); builder...

    reference.aspose.com/words/cpp/aspose.words/con...