Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 15,381 for

section

(0.05 sec)
  1. HeaderFooter.AcceptEnd | Aspose.Words for .NET

    Enhance your website's user experience with the HeaderFooter AcceptEnd method, designed to seamlessly manage visitor interactions at the header's conclusion....document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/net/aspose.words/hea...
  2. HeaderFooter.AcceptStart | Aspose.Words for .NET

    Discover the HeaderFooter AcceptStart method, designed to seamlessly welcome visitors at the header's start, enhancing user experience and engagement....document's header/footers section-by-section is by accessing the collection...

    reference.aspose.com/words/net/aspose.words/hea...
  3. XlsxSaveOptions.sectionMode property | Aspose.W...

    XlsxSaveOptions.SectionMode property. Gets or sets the way how Sections are handled when saving to the output XLSX document...property Gets or sets the way how sections are handled when saving to...document.docx" ); // Each section of a document will be created...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. ReplaceAction | Aspose.Words for Java

    Allows the user to specify what happens to the current match during a replace operation in Java....KEEP_SOURCE_FORMATTING); for (Section srcSection : docToInsert.getSections())...last empty paragraph in a section. if (((srcNode.getNodeType())...

    reference.aspose.com/words/java/com.aspose.word...
  5. ReplacingArgs Class | Aspose.Words for .NET

    Discover the Aspose.Words.Replacing.ReplacingArgs class for efficient custom text replacement in your documents. Enhance your workflow today!...foreach ( Section srcSection in docToInsert . Sections . OfType...OfType < Section >()) foreach ( Node srcNode in srcSection . Body...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_PlaceholderName method. Gets or sets Name of the BuildingBlock containing placeholder text in C++....SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...< Aspose :: Words :: Section > ( glossaryDoc )); substituteBlock...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Back to TOC shortcut is taking cursor to Ending...

    I have used below code to insert Back to TOC shortcut after every paragraph. I want to insert at end of every paragraph a shortcut which will take the users to starting of TOC. But instead it is taking to ending of TOC. …...paragraph text matches the section pattern if (Regex.IsMatch(paraText...set at the start of the TOC section. Here’s how you can modify...

    forum.aspose.com/t/back-to-toc-shortcut-is-taki...
  8. Cutting off right side after converting email t...

    i am facing same issue applied this code but not working, could you please help me on this for local testing we are using evaluation one but for higher env we are using licensed one. below is my code: public void gen…...maxContentWidth > 555; for (Section section : doc.getSections()) {...{ PageSetup ps = section.getPageSetup(); ps.setPaperSize(PaperSize...

    forum.aspose.com/t/cutting-off-right-side-after...
  9. Working with PDF Pages in C#|Aspose.PDF for .NET

    How to add pages, add headers and footers, add watermarks you can know in this Section. Aspose.PDF for .NET explain to you all details on this topic.... This section shows how to add pages to a...programmatically using C#. This section learn you how to add watermarks...

    docs.aspose.com/pdf/net/working-with-pages/
  10. Convert USDZ to STL File Programmatically in C#...

    Convert USDZ to STL File Programmatically in C#. Export USDZ file in .NET or .NET Core based applications with few lines of code....DLL files from the Downloads section or with the following NuGet...through the documentation section to take a look at many other...

    blog.aspose.com/3d/usdz-to-stl-csharp/