Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 12,115 for

section

(0.04 sec)
  1. ControlChar Class | Aspose.Words for .NET

    Discover the Aspose.Words.ControlChar class to effectively manage control characters in your documents for enhanced formatting and readability....readonly SectionBreak End of section character: “\x000c” or “\f”...const SectionBreakChar End of section character: (char)12 or “\f”...

    reference.aspose.com/words/net/aspose.words/con...
  2. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { Section sourceSection = document.getSections()...getCount() - 2; i >= 0; i--) { Section src = doc.getSections().get(i);...

    forum.aspose.com/t/topic/312511
  3. PageSetup.BorderSurroundsHeader | Aspose.Words ...

    Discover the PageSetup BorderSurroundsHeader property to customize your page borders. Control header inclusion for a polished document layout....this property affects all sections in the document. Examples...PageSetup pageSetup = doc . Sections [ 0 ]. PageSetup ; pageSetup...

    reference.aspose.com/words/net/aspose.words/pag...
  4. Merge PDF Documents using Python | Aspose.PDF

    Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document. Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document....Please be aware that this section only outlines popular conversions...formats, please refer to the section Supported File Formats . To...

    products.aspose.com/pdf/python-net/merger/
  5. Aspose::Words::Saving::IDocumentPartSavingCallb...

    Aspose::Words::Saving::IDocumentPartSavingCallback::DocumentPartSaving method. Called when Aspose.Words is about to save a document part in C++....multiple HTML files: one for each section. options -> set_DocumentSplitCriteri...SectionBreak : partType = u "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PageSetup.border_surrounds_footer property | As...

    PageSetup.border_surrounds_footer property. Specifies whether the page border includes or excludes the footer....this property affects all sections in the document. Examples...border. page_setup = doc . sections [ 0 ] . page_setup page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::ControlChar class | Aspose.Words...

    Aspose::Words::ControlChar class. Control characters often encountered in documents. To learn more, visit the documentation article in C++....static SectionBreak () End of section character: “\x000c” or “\f”...constexpr SectionBreakChar End of section character: (char)12 or “\f”...

    reference.aspose.com/words/cpp/aspose.words/con...
  8. Aspose::Words::Layout::LayoutCollector::GetEnti...

    Aspose::Words::Layout::LayoutCollector::GetEntity method. Returns an opaque position of the LayoutEnumerator which corresponds to the specified node. You can use returned value as an argument to Current given the document being enumerated and the document of the node are the same in C++....doc ); builder -> Write ( u "Section 1" ); builder -> InsertBreak... ); builder -> Write ( u "Section 2" ); builder -> InsertBreak...

    reference.aspose.com/words/cpp/aspose.words.lay...
  9. Manage Ink|Aspose.Slides Documentation

    Use ink tools to draw objects in PowerPoint C#...display the brush size (the data section is grayed out). But when the...see the PowerPoint Shapes section. For more information on effective...

    docs.aspose.com/slides/net/manage-ink/
  10. PageSetup.borderSurroundsFooter property | Aspo...

    PageSetup.borderSurroundsFooter property. Specifies whether the page border includes or excludes the footer....this property affects all sections in the document. Examples...border. let pageSetup = doc . sections . at ( 0 ). pageSetup ; pageSetup...

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