Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 14,821 for

section

(0.07 sec)
  1. Get Started of C++|Aspose.PDF for C++

    This Section describes the basic principles of work and using DOM API. Also demonstrates simple and complex examples for creating a PDF document using C++....library in this Getting Started section. To find out more about Aspose...PDF, select the appropriate section: Why Aspose.PDF – describes...

    docs.aspose.com/pdf/cpp/get-started/
  2. HeaderFooter class | Aspose.Words for Python

    aspose.words.HeaderFooter class. Represents a container for the header or footer text of a Section...header or footer text of a section. To learn more, visit the Working...is a section-level node and can only be a child of Section . There...

    reference.aspose.com/words/python-net/aspose.wo...
  3. SectionCollection indexer | Aspose.Words for Py...

    SectionCollection indexer. Retrieves a Section at the given index....__getitem__(index) Retrieves a section at the given index. def __getitem__...) . font . size = 6 doc . sections [ 0 ] . page_setup . orientation...

    reference.aspose.com/words/python-net/aspose.wo...
  4. PageVerticalAlignment enumeration | Aspose.Word...

    aspose.words.PageVerticalAlignment enumeration. Specifies vertical justification of text on each page....revert page setup settings to sections in a document. doc = aw ....for the builder's current section and add text. builder . page_setup...

    reference.aspose.com/words/python-net/aspose.wo...
  5. When using Aspose.Words to convert HTML to Word...

    Additionally, if I need to customize the starting page number, how should this be specified in the HTML?...to configure the document’s section properties correctly. Additionally...evenFooter properties in the section of your Word document to set...

    forum.aspose.com/t/when-using-aspose-words-to-c...
  6. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....headers of each document section. for ( Section sect : doc . getSections...different headers in each section, since we want // the watermark...

    docs.aspose.com/words/java/add-watermark/
  7. How to add watermark to doc's every page - Free...

    How to add text as watermark in every page?I try it, but some pages don’t have watermark. code: doc = aw.Document(str(file_path)) text_watermark_options = aw.TextWatermarkOptions() text_watermark_options.font_family = …...being linked correctly across sections in the document. Solution...watermark in the headers of each section and ensure that all headers...

    forum.aspose.com/t/how-to-add-watermark-to-docs...
  8. 用C++设置页眉页脚|Documentation

    本文介绍如何通过使用C++ API或库中的脚本命令,编程方式在Excel工作表的页眉和页脚中插入图片。...这些方法只有两个参数: Section – 应放置页眉或页脚的部分。有三个部分:左、中、右,分别由0、1和2表示。...worksheet name at the left section of the header pageSetup . SetHeader...

    docs.aspose.com/cells/zh/cpp/setting-headers-an...
  9. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++....only two parameters: Section – the section where the header or...be placed. There are three sections: left, center, and right,...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  10. Loading, Saving and Converting in C++|Aspose.Wo...

    How to convert a document from one format to another, such as Word to PDF or HTML to Markdown, as well as how to load and save a document using C++....Converting Contents [ Hide ] This section provides information about...Words for C++ API Reference section. Rendering in C++ Related articles...

    docs.aspose.com/words/cpp/loading-saving-and-co...