Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 181,424 for

page

(0.1 sec)
  1. positioned_block|Documentation

    Absolutely positioned container that allows to place any number of elements at the specific coordinates on OMR form....specific coordinates on the page. This element does not have...relative to the left edge of the page. x=1200 y Absolute position...

    docs.aspose.com/omr/net/txt-markup/positioned_b...
  2. Add Footer to a Document|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....commands: &P – Current page number &N – Page count &D – Current date...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/sharepoint/add-footer-to-...
  3. HeaderFooterType enumeration | Aspose.Words for...

    Aspose.Words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file....HeaderEven Header for even numbered pages. HeaderPrimary Primary header...numbered pages. FooterEven Footer for even numbered pages. FooterPrimary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 如何使用 Java 添加 Link 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中的 PDF 檔中添加 Link 註釋。...pdf" ); Page page = document . getPages ()....the absorber for the 1st page only page . accept ( textFragmentAbsorber...

    products.aspose.com/pdf/zh-hant/java/annotation...
  5. Aspose::Words::Saving::HtmlSaveOptions::get_Exp...

    Aspose::Words::Saving::HtmlSaveOptions::get_ExportTocPageNumbers method. Specifies whether to write Page numbers to table of contents when saving HTML, MHTML and EPUB. Default value is false in C++....method Specifies whether to write page numbers to table of contents...Examples Shows how to display page numbers when saving a document...

    reference.aspose.com/words/cpp/aspose.words.sav...
  6. PageSet.all property | Aspose.Words for Node.js

    PageSet.all property. Gets a set with all the Pages of the document in their original order....property Gets a set with all the pages of the document in their original...Examples Shows how to export Odd pages from the document. let doc =...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Document.frameset property | Aspose.Words for P...

    Document.frameset property. Returns a [Document.frameset](./) instance if this document represents a frames Page....document represents a frames page. @property def frameset ( self...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 将各种图像格式转换为PDF在.NET中|Aspose.PDF for .NET

    使用C# .NET将各种图像格式(如CDR、DJVU、BMP、CGM、JPEG、DICOM、PNG、TIFF、EMF和SVG)转换为PDF。...Document ()) { // Add page var page = document . Pages . Add (); var...= dataDir + "BMPtoPDF.bmp" ; page . Paragraphs . Add ( image );...

    docs.aspose.com/pdf/zh/net/convert-images-forma...
  9. Frameset.is_frame_link_to_file property | Aspos...

    Frameset.is_frame_link_to_file property. Gets or sets a value indicating whether the web Page or document file name specified in the [Frameset.frame_default_url](../frame_default_url/) property is an external resource the frame is linked with....value indicating whether the web page or document file name specified...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Add Header to PDF using C# | Aspose.PDF

    Sample C# code for using Aspose.PDF to work with headers from PDF via .NET.... Add the Stamp to Page using AddStamp method. Save...on all pages foreach ( var page in pdfDocument . Pages ) { page...

    products.aspose.com/pdf/net/header/