Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 15,163 for

section

(0.05 sec)
  1. Working With Drawing Images|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.... Articles in this section Drawing Images Drawing Images...

    docs.aspose.com/psd/net/working-with-drawing-im...
  2. Aspose::Words::LowCode::SplitCriteria enum | As...

    Aspose::Words::LowCode::SplitCriteria enum. Specifies how the document is split into parts in C++....document is split into parts at a section break of any type. Style 2...

    reference.aspose.com/words/cpp/aspose.words.low...
  3. ChartSeriesGroup.secondSectionSize property | A...

    ChartSeriesGroup.secondSectionSize property. Gets or sets the size of the pie chart secondary Section as a percentage....of the pie chart secondary section as a percentage. get secondSectionSize...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create Markdown Documents in C# – Aspose.HTML T...

    Learn how to create Markdown documents programmatically in C# using Aspose.HTML for .NET. Build headings, paragraphs, lists, and save Markdown files from scratch....formatted document with multiple sections and clean spacing. Example...// Add empty line between sections 25 md. AppendChild (factory...

    docs.aspose.com/html/net/create-markdown-docume...
  5. Aspose::Words::ConvertUtil class | Aspose.Words...

    Aspose::Words::ConvertUtil class. Provides helper functions to convert between various measurement units. To learn more, visit the documentation article in C++....with other settings for a section. auto doc = System :: MakeObject...DocumentBuilder > ( doc ); // A section's "Page Setup" defines the...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_WordOpenXMLMinimal method. Gets a string that represents the XML contained within the node in the FlatOpc format. Unlike the WordOpenXML property, this method generates a stripped-down document that excludes any non-content-related parts in C++....( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  7. Convert HTML to Markdown in Python

    Aspose.HTML for Python via .NET provides a way to convert and manipulate HTML files programmatically. Let's learn how to convert HTML to Markdown in Python....Python - Code Sample # This section shows how to convert a webpage...navigating to the Developer’s guide section. There are several classes...

    blog.aspose.com/html/convert-html-to-markdown-i...
  8. Autofit Table in Word using Python

    Refer to this article to autofit table in Word using Python. It has IDE settings, a list of steps, and a sample code demonstrating how to fit table to page in Word using Python....body property of the desired section Call the auto_fit() method...tables and target the desired section and respective collection of...

    kb.aspose.com/words/python/autofit-table-in-wor...
  9. Supported Platforms|Aspose.Words for Java

    Use Aspose.Words when building applications for .NET, Java, and C++, PHP, Python, and other languages.... This section provides information on using...principles outlined in this section, you will be able to employ...

    docs.aspose.com/words/java/platforms-and-intero...
  10. 使用updateFields更新目录存在目录缩进及页码不一致问题 - Free Support...

    使用updateFields更新目录 public static void main(String[] args) throws Exception { com.aspose.words.License wordsLicense=new com.aspose.words.License(); wordsLicense.setLicense("D:\\Aspose.TotalforJava.lic"); Stri…...docx"); Section section = doc.getFirstSection();...getFirstSection(); PageSetup pageSetup = section.getPageSetup(); double tabStopPosition...

    forum.aspose.com/t/updatefields/322089