Sort Score
Result 10 results
Languages All
Labels All
Results 2,231 - 2,240 of 15,550 for

section

(0.12 sec)
  1. ConvertUtil.millimeter_to_point method | Aspose...

    ConvertUtil.millimeter_to_point method. Converts millimeters to points....DocumentBuilder ( doc = doc ) # A section's "Page Setup" defines the...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::GetChildNodes method. Returns a live collection of child nodes that match the specified types in C++....( get_MyDir () + u "Multi-section structured document tags.docx"...

    reference.aspose.com/words/cpp/aspose.words.mar...
  3. Aspose::Words::Document::Document constructor |...

    Aspose::Words::Document::Document constructor. Creates a blank Word document in C++....such as text and shapes: a Section, a Body, and a Paragraph. doc...SharedPtr < Aspose :: Words :: Section >> ( System :: MakeObject <...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. SourceType | Aspose.Words for Java

    Represents bibliography source types in Java.... BOOK_SECTION Specifies the book section source. CASE...source. BOOK_SECTION public static int BOOK_SECTION Specifies the...

    reference.aspose.com/words/java/com.aspose.word...
  5. Excel Themes and Colors|Documentation

    C# code to use Excel Color Scheme with Aspose.Cells for .NET API...Colors button in the Themes section. Choose a color palette that...Colors button in the Themes section. Click Customize Colors… button...

    docs.aspose.com/cells/net/excel-themes-and-colors/
  6. LayoutCollector class | Aspose.Words for Python

    aspose.words.layout.LayoutCollector class. This class allows to compute page numbers of document nodes.... write ( 'Section 1' ) builder . insert_break...BreakType . SECTION_BREAK_EVEN_PAGE ) builder . write ( 'Section 2' )...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Issues with footnotes when converting docx to P...

    Hi, I’m having some issues with footnotes when I convert docx to pdf. For the conversion, I’m using the code below: Document document = new Document("document.docx"); PdfSaveOptions saveOptions = new PdfSaveOptions(); …... Several sections case: When two sections are separated...separated by a section break, and the footnote content in the first section...

    forum.aspose.com/t/issues-with-footnotes-when-c...
  8. Create or Load a Document in Python|Aspose.Word...

    Create a blank document or to load it from a file or stream using Python....blank document contains one section with default parameters, one...document contains a single empty section and paragraph, which matches...

    docs.aspose.com/words/python-net/create-or-load...
  9. Installation of Java API | Aspose.ZIP for Java

    Learn how to install Aspose.ZIP for Java via Aspose Artifactory....snippet to the <repositories> section of your pom.xml : Copy 1 <...the following snippet to the section of your pom.xml: Copy 1 < dependency...

    docs.aspose.com/zip/java/installation/
  10. How to Add PPTX Slide Content to an Aspose.Word...

    hi, I am developing quite a complex logic: I am having multiple sources of documents ( fill in a coversheet, add sharepoint documents, fill in html template with data) that needs be collated and converted to a pdf. I h…...each section in slideDoc foreach (Aspose.Words.Section sec in...in slideDoc.Sections) { sec.PageSetup.PageWidth = slideWidthPt;...

    forum.aspose.com/t/how-to-add-pptx-slide-conten...