Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 15,183 for

section

(0.06 sec)
  1. PageInfo.GetSpecifiedPrinterPaperSource | Aspos...

    Discover the GetSpecifiedPrinterPaperSource method in PageInfo. Efficiently retrieve the ideal PaperSource for seamless page printing....docx" ); // The first section has 2 pages. We will assign...

    reference.aspose.com/words/net/aspose.words.ren...
  2. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....to a “section” or the first slide of a section? Sections in PowerPoint...specific slide. To “navigate to a section”, you typically link to its...

    docs.aspose.com/slides/java/manage-hyperlinks/
  3. StructuredDocumentTagRangeStart.XmlMapping | As...

    Discover how the StructuredDocumentTagRangeStart XmlMapping property connects your document's tag range to custom XML data, enhancing document integration....Document ( MyDir + "Multi-section structured document tags.docx"...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Disable CSS while Saving to HTML with Python.NE...

    Learn how to disable CSS styles when saving Excel files to HTML format using Aspose.Cells for Python via .NET API....file and placed in the HEAD section. If you attach this file as...

    docs.aspose.com/cells/python-net/disable-css-wh...
  5. OutlineOptions.default_bookmarks_outline_level ...

    OutlineOptions.default_bookmarks_outline_level property. Specifies the default level in the document outline at which to display Word bookmarks....export bookmarks in the first section's header/footers. # Set the...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.is_showing_placeholder_te...

    StructuredDocumentTag.is_showing_placeholder_text property. Specifies whether the content of this SDT shall be interpreted to contain placeholder text (as opposed to regular text contents within the SDT).... Section ( glossary_doc )) substitute_block...substitute_block . first_section . append_child ( aw . Body ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Join Tables in C++|Aspose.Words for C++

    Advanced table manipulations. How to merge two tables into one C++. Join tables using C++....headers, footers, or different sections? A: Yes. Access the tables...containing HeaderFooter or Section objects, perform the same row‑moving...

    docs.aspose.com/words/cpp/join-tables/
  8. Find and Replace in C#|Aspose.Words for .NET

    Find a string or regular expression pattern in your document and replace it with the text you want using C#....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/net/find-and-replace/
  9. Getting exception "Floating shape not allowed i...

    We are using below code and getting exception - foreach (Shape s in doc.GetChildNodes(NodeType.Shape, true)) { try { // Skip shapes that are textboxes — th…...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...PageSetup ps = ((Section)s.GetAncestor(NodeType.Section)).PageSetup;...

    forum.aspose.com/t/getting-exception-floating-s...
  10. Copy Table cell styles - Free Support Forum - a...

    Dear team, I’m using Aspose.words c#. And I have a requirement, in which there is a template table in my document which each header columns and body columns are bookmarked separately. Now I need to copy all the font sty…...bookmarked cells from the last section “Table Styles”. And apply these...And finally remove the last section where Table Styles are stored...

    forum.aspose.com/t/copy-table-cell-styles/307232