Sort Score
Result 10 results
Languages All
Labels All
Results 501 - 510 of 10,803 for

page count

(0.81 sec)
  1. InlineStory.ParentParagraph | Aspose.Words for ...

    Discover the InlineStory ParentParagraph property to effortlessly access the parent Paragraph of any node, enhancing your content management experience....it appear at the referencing page's footer. Assert . That ( footnote...footnote . Tables . Count , Is . EqualTo ( 0 )); footnote . AppendChild...

    reference.aspose.com/words/net/aspose.words/inl...
  2. IHyphenationCallback.RequestDictionary | Aspose...

    Discover the IHyphenationCallback RequestDictionary method, efficiently handle missing hyphenation dictionaries for seamless language support in your application....method will abort execution of page layout process. Examples Shows...That ( warningInfoCollectio . Count , Is . EqualTo ( 0 )); // Open...

    reference.aspose.com/words/net/aspose.words/ihy...
  3. Get Worksheet Unique ID with C++|Documentation

    This article shows how to get an Excel worksheet's unique ID using the C++ library and API programmatically....AI Document Assistant Close Count number of cells in the Worksheet...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/cpp/get-worksheet-unique-id/
  4. List labels not getting reatained in splitted d...

    I am splliting a large document into smaller document using document.extractPages() with below code: private List<Document> splitDocumentWithAspose(Document document, int noOfSplits, int totalPageCount) throws Exception…...startIndex + splitDocPageLimit; int count = totalPageCount > endIndex...document.extractPages(startIndex, count); log.debug("splitDocumentWithAsp...

    forum.aspose.com/t/list-labels-not-getting-reat...
  5. 使用 C# 添加、提取或移除 PDF 中的图像 | Aspose.PDF

    使用 Aspose.PDF for .NET 使用 C# 示例代码,以编程方式处理 PDF 中的图像...upperRightY = 200 ; var page = pdfDocument . Pages [ 1 ]; var imageStream...); page . Resources . Images . Add ( imageStream ); page . Contents...

    products.aspose.com/pdf/zh-hans/net/images/
  6. Aspose::Words::DocumentBuilder::InsertField met...

    Aspose::Words::DocumentBuilder::InsertField method. Inserts a Word field into a document and optionally updates the field result in C++....builder -> Write ( u " \n This is page " ); builder -> InsertField...GetFieldCode ()); ASSERT_EQ ( u " PAGE " , doc -> get_Range () -> get_Fields...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. Key Features of Aspose.PDF|Aspose.PDF for .NET

    Aspose.PDF for .NET demonstrates its general features. Its shows the supported PDF versions, and all the manipulations we can do with PDF.... Modify page display properties. Modify PDF...PDF documents. Page Get page count. Get page properties. Get...

    docs.aspose.com/pdf/net/key-features/
  8. Convert PST to HTML via C# | products.aspose.com

    Sample code for PST to HTML C# conversion. Use API example code for batch PST files to HTML conversion within VB.NET, Asp.NET or any .NET based application....html files int count = 1 ; foreach ( var msg in inbox...Combine(outputDirectory, $"Message{count}.html" ); var htmlSaveOptions...

    products.aspose.com/email/net/conversion/pst-to...
  9. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...
  10. Aspose.Words Java - Document.getPageCount() alt...

    Hello, I’ve noticed that document.getPageCount() alters the document itself - it adds the Page Count number to the document: Aspose.Words v24.12...document itself - it adds the page count number to the document: 1397×389...expected behavior. The last page is 3, so you see 3 in the output...

    forum.aspose.com/t/aspose-words-java-document-g...