Sort Score
Result 10 results
Languages All
Labels All
Results 2,131 - 2,140 of 188,131 for

page

(0.17 sec)
  1. Showcases|Aspose.Words for .NET

    We show you examples of projects that use some of the Aspose.Words features. Such projects demonstrate more complex interactions between these features.... What is this page about? This page explains real-world...results. Please refresh the page and try again....

    docs.aspose.com/words/net/showcases/
  2. 删除字段|Documentation

    本节介绍如何删除字段。...vsdx" ) # Get page by name page = diagram . getPages ()...getPage ( "Page-1" ) # Get Visio Shape shape = page . getShapes...

    docs.aspose.com/diagram/zh/python-java/remove-f...
  3. 画五角大楼|Documentation

    本节介绍如何在visio页面用Aspose.Diagram画五边形。支持用C#画五边形并保存为pdf、svg、html、image、xps等格式。...}; //Draw Pentagon in page diagram . Pages [ 0 ]. DrawPolyline...developers to draw a pentagon in the page and save as SVG format. The...

    docs.aspose.com/diagram/zh/net/drawing/draw-pen...
  4. About header logo insertion in every aspose wor...

    Hi, I have tried to add a logo in header section in first Page but it’s not reflecting in remaining Pages. Even after unchecking ‘Different first Page’. Could you please help me on this?...first page but it’s not reflecting in remaining pages. Even after...unchecking ‘Different first page’. Could you please help me on...

    forum.aspose.com/t/about-header-logo-insertion-...
  5. Add Bookmark|Aspose.Words for .NET

    Add a bookmark into a document easily and fast instead of using VSTO in C#.... What is this page about? This page outlines how to add...results. Please refresh the page and try again....

    docs.aspose.com/words/net/add-bookmark/
  6. PageSetup.borderDistanceFrom property | Aspose....

    PageSetup.borderDistanceFrom property. Gets or sets a value that indicates whether the specified Page border is measured from the edge of the Page or from the text it surrounds....specified page border is measured from the edge of the page or from...border at the top of the first page. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var document = new Document("input.docx"); for (int Page = 0; Page < document.PageCount; Page++) { Document extractedPage = document.ExtractPages(Page, 1); // startindex and count string …...for (int page = 0; page < document.PageCount; page++) { Document...extractedPage = document.ExtractPages(page, 1); // startindex and count...

    forum.aspose.com/t/document-extractpages-yields...
  8. Add HTML String using DOM in Python|Aspose.PDF ...

    Explains how to add HTML string in DOM using Python with PDF file format library... Document () page = doc . getPages () . add ()...paragraphs collection of page page . getParagraphs () . add (...

    docs.aspose.com/pdf/java/add-html-string-using-...
  9. Aspose::Words::Drawing::ShapeBase::get_Vertical...

    Aspose::Words::Drawing::ShapeBase::get_VerticalAlignment method. Specifies how the shape is positioned vertically in C++....floating image to the center of a page. auto doc = System :: MakeObject...overlapping text and align it to the page's center. System :: SharedPtr...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. FieldToc.update_page_numbers method | Aspose.Wo...

    FieldToc.update_Page_numbers method. Updates the Page numbers for items in this table of contents....update_page_numbers method update_page_numbers() Updates the...the page numbers for items in this table of contents. def update_page_numbers...

    reference.aspose.com/words/python-net/aspose.wo...