Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 186,647 for

page

(0.19 sec)
  1. FieldToa.EntrySeparator | Aspose.Words for .NET

    Discover the FieldToa EntrySeparator property to easily customize your table of authorities with flexible character sequences for enhanced clarity....of authorities entry and its page number. public string EntrySeparator...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  2. FieldToa.PageRangeSeparator | Aspose.Words for ...

    Discover the PageRangeSeparator property of FieldToa. Easily customize the character sequence for seamless Page range separation. Optimize your document management!...separate the start and end of a page range. public string PageRangeSeparator...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldTA.IsItalic | Aspose.Words for .NET

    Discover how to easily format Page numbers with FieldTA's IsItalic property, enhancing your documents with stylish italic text for better readability....apply italic formatting to the page number for the entry. public...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  4. FieldTA.IsBold | Aspose.Words for .NET

    Enhance your FieldTA experience! Control bold formatting for entry Page numbers easily, ensuring clarity and emphasis in your documents....apply bold formatting to the page number for the entry. public...displaying long citations and page numbers for each entry. FieldToa...

    reference.aspose.com/words/net/aspose.words.fie...
  5. 高级功能|Aspose.PDF for .NET

    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....NET private void Page_Load ( object sender , EventArgs...Add Page in Pages Collection var page = document . Pages . Add...

    docs.aspose.com/pdf/zh/net/advanced-features/
  6. 使用图层|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.... getPage ( "Page-1" ). getShapes ()) { if ( shape..."Drawing1.vsdx" ); // get Visio page Page page = diagram . getPages ()...

    docs.aspose.com/diagram/zh/java/working-with-la...
  7. 档案

    档案... 初始化 Page 和 Outline 类对象。 添加 RichText 节点。...Document(); // 初始化 Page 类对象 Page page = new Page(doc); // 初始化大纲类对象...

    blog.aspose.com/zh/note/create-onenote-files-pr...
  8. Add Ellipse Object to PDF file|Aspose.PDF for C++

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for C++....// Add page to pages collection of PDF file auto page = document...document -> get_Pages () -> Add (); // Create Drawing object with...

    docs.aspose.com/pdf/cpp/add-ellipse/
  9. 添加背景到PDF|Aspose.PDF for .NET

    使用C#将背景图像添加到您的PDF文件中。使用BackgroundArtifact对象。... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/zh/net/add-backgrounds/
  10. PDF Highlights Annotation using C++|Aspose.PDF ...

    Explore how to apply highlights annotation to PDF text in C++ with Aspose.PDF for document enhancement....should add all annotations to the page. using namespace System ; using...-> Visit ( document -> get_Pages () -> idx_get ( 1 )); //Create...

    docs.aspose.com/pdf/cpp/highlights-annotation/