Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 187,789 for

page

(0.24 sec)
  1. Track Document Conversion Progress|Documentation

    This section explains how to track conversion progress of visio files with Aspose.Diagram....You may also control which pages are rendered as demonstrated...Saving . PdfSaveOptions (); //set page saving call back options . PageSavingCallback...

    docs.aspose.com/diagram/net/track-document-conv...
  2. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF document in Java with Aspose.PDF for easier content analysis....expressions”) from a single page or whole document, or we can...complete text of a single page, range of pages or complete document...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  3. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库在 Visio 绘图的页面上添加注释。...comment anywhere on a page of Visio图纸 . 添加评论 Page 类公开的 addComment 方法允许您向绘图页添加注释。它采用...users add comments to the entire page that are presented by an icon...

    docs.aspose.com/diagram/zh/python-java/working-...
  4. RelativeHorizontalPosition enumeration | Aspose...

    aspose.words.drawing.RelativeHorizontalPosition enumeration. Specifies to what the horizontal position of a shape or text frame is relative....shall be relative to the page margins. PAGE The object is positioned...relative to the left edge of the page. COLUMN The object is positioned...

    reference.aspose.com/words/python-net/aspose.wo...
  5. PageLayoutEvent Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Layout.PageLayoutEvent enum—essential for optimizing Page layout events during document rendering and building. Enhance your workflow today!...raised during page layout model build and rendering. Page layout model...“conversion step”, this is when page layout pulls document content...

    reference.aspose.com/words/net/aspose.words.lay...
  6. TxtSaveOptionsBase.force_page_breaks property |...

    TxtSaveOptionsBase.force_Page_breaks property. Allows to specify whether the Page breaks should be preserved during export....force_page_breaks property TxtSaveOptionsBase.force_page_breaks...Allows to specify whether the page breaks should be preserved during...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Setting FitToSheetAcross|Documentation

    This section explains how to set fittosheetacross with Aspose.Diagram....necessary to configure page setup settings for pages to control printing...printing. These page setup settings offer various options. Setting...

    docs.aspose.com/diagram/net/setting-fittosheeta...
  8. Add background to PDF|Aspose.PDF for .NET

    Add background image to the your PDF file with C#. Use the BackgroundArtifact object....document is a collection of pages and each page contains a collection...add a background image to a page object. The following code snippet...

    docs.aspose.com/pdf/net/add-backgrounds/
  9. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...pdf" ); Page page = doc . getPages (). get_Item...ParagraphAbsorber (); absorber . visit ( page ); PageMarkup markup = absorber...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  10. PDF Highlights Annotation|Aspose.PDF for Java

    标记注释在文档的文本中以高亮、下划线、删除线或波浪下划线的形式呈现。...pdf" ); Page page = document . getPages ()....TextFragmentAbsorber ( "PDF" ); tfa . visit ( page ); // 创建注释 HighlightAnnotation...

    docs.aspose.com/pdf/zh/java/highlights-annotation/