Sort Score
Result 10 results
Languages All
Labels All
Results 2,221 - 2,230 of 14,821 for

section

(0.12 sec)
  1. ASP - JScript via COM Interop|Aspose.PDF for .NET

    Learn to use Aspose.PDF for .NET in ASP and JScript applications through COM Interop. Enable advanced PDF capabilities....paragraphs collection of a section pdfpage . Paragraphs . Add...

    docs.aspose.com/pdf/net/asp-jscript-via-com-int...
  2. Manage Ink Objects in Presentations with Python...

    Manage PowerPoint ink objects—create, edit & style digital ink with Aspose.Slides for Python via .NET. Get code samples for traces, brush color & size....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/python-net/manage-ink/
  3. Manipulate PDF Document in C#|Aspose.PDF for .NET

    This article contains information on how to validate PDF Document for PDF A Standard, how to work with TOC, how to set PDF expiry date, and etc....Title = title ; // Add the TOC section to the document tocPage . TocInfo...FontStyles . Bold ; // Create a section in the Pdf document var page...

    docs.aspose.com/pdf/net/manipulate-pdf-document/
  4. Aspose.PDF Editor|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrate HTML5 PDF Editor is an open source web-based PDF editor.... In our next section, we will discuss the technical...desired format. In our next section, we will discuss the technical...

    docs.aspose.com/pdf/net/aspose-pdf-editor/
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – โซลูชันการแปลง PDF โดยใช้ C# https://products.aspose.com/pdf/th/net/conversion/ Recent content in โซลูชันการแปลง PDF โดยใช้ C# on Aspsoe.PDF Pr......svg#aspose-buy ซื้อสินค้า overview section has-background-white-ter container...com/pdf/scripts/live-example.js section has-background-white container...

    products.aspose.com/pdf/th/net/conversion/index...
  6. Node.node_type property | Aspose.Words for Python

    Node.node_type property. Gets the type of this node.... first_section . body . first_child while...cur_node . next_sibling # A section body can contain Paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Composing Expressions in C#|Aspose.Words for .NET

    Compose expressions when building a report using C#. The complexity of expressions in templates is not restricted.... See the following sections for more information. The...rather than the templates. This section includes the following topics:...

    docs.aspose.com/words/net/composing-expressions/
  8. Performance Configuration|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Performance Section This shows the Performance section as it is...

    docs.aspose.com/cells/reportingservices/perform...
  9. HtmlSaveOptions.DocumentPartSavingCallback | As...

    Control document part saving with HtmlSaveOptions' DocumentPartSavingCallback. Optimize your HTML or EPUB exports for seamless user experience....multiple HTML files: one for each section. options . DocumentSplitCriteri...SectionBreak : partType = "Section" ; break ; case DocumentSplitCriteri...

    reference.aspose.com/words/net/aspose.words.sav...
  10. 删除分节符影响书签标记 - 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