Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 187,636 for

page

(0.35 sec)
  1. ParagraphFormat.SnapToGrid | Aspose.Words for .NET

    Discover how the ParagraphFormat SnapToGrid property enhances layout precision by aligning your paragraphs with document grid lines for a polished look....the document grid lines per page settings when laying out the...the number of lines that each page may have. Document doc = new...

    reference.aspose.com/words/net/aspose.words/par...
  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. Convert a Visio Shape To Html|Documentation

    This section explains how to convert a visio shape to html with Aspose.Diagram.... get a particular page. get a particular shape. convert...); // Get a particular page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/java/convert-a-visio-sh...
  4. Add Pages to PDF using C++ | Aspose.PDF

    Add PDF Pages to your document programmatically with C++ sample code using Aspose.PDF for C++...to Add pages to PDF using C++ In order to insert page in PDF...Install-Package Aspose.PDF.Cpp Insert Page to PDF using C++ You need Aspose...

    products.aspose.com/pdf/cpp/pages/add/
  5. 使用评论|Documentation

    本页介绍如何使用 Aspose.Diagram 库添加或编辑评论。... Pages [ 0 ]. AddComment ( 7.205905511811023...annotations = diagram . Pages . GetPage ( "Page-1" ). PageSheet . Annotations...

    docs.aspose.com/diagram/zh/net/working-with-com...
  6. Text Formatting inside PDF using C++|Aspose.PDF...

    Learn how to apply text formatting within PDFs in C++ using Aspose.PDF to control text appearance....Document > (); auto page = document -> get_Pages () -> Add (); auto...set_SubsequentLinesInden ( 20 ); page -> get_Paragraphs () -> Add...

    docs.aspose.com/pdf/cpp/text-formatting-inside-...
  7. 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...
  8. Aspose::Words::PageBorderDistanceFrom enum | As...

    Aspose::Words::PageBorderDistanceFrom enum. Specifies the positioning of the Page border relative to the Page margin in C++....positioning of the page border relative to the page margin. enum class...position is measured from the page margin. PageEdge 1 Border position...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. Aspose.Cells for Reporting Services Report Desi...

    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....caching, and control tablix group page‑break behavior—all without leaving...Storage & Caching Tablix Group Page‑Break Support Getting Started...

    docs.aspose.com/cells/reportingservices/aspose-...
  10. PDF 粘性注释使用 C++|Aspose.PDF for C++

    本主题关于粘性注释,作为示例,我们展示了文本中的水印注释。它用于在页面上表示图形。检查代码片段以解决此任务。...pdf" ); auto page = document -> get_Pages () -> idx_get (...MakeObject < WatermarkAnnotation > ( page , MakeObject < Rectangle > (...

    docs.aspose.com/pdf/zh/cpp/sticky-annotations/