Sort Score
Result 10 results
Languages All
Labels All
Results 3,631 - 3,640 of 184,601 for

page

(0.22 sec)
  1. Visio File Drawing NET C# | products.aspose.com

    C# source code to draw geomtry to visio file on Java Runtime Environment....geomtry in Pages. Open a Diagram object Select Page via its id...series methods to add geomtry to page Call the save() method and pass...

    products.aspose.com/diagram/java/drawing/
  2. Module.DetectAreasMode.CURVED_TEXT|Documentation

    How Aspose.OCR for JavaScript via C++ determines the structure of a document using the Module.DetectAreasMode.CURVED_TEXT model....[ Hide ] When photographing pages of books and magazine articles...cylindrical curvature of the page results in distortion of the...

    docs.aspose.com/ocr/javascript-cpp/areas-detect...
  3. How to Strike Out Text in Adobe PDF using Python

    This article guides on how to strike out text in Adobe PDF using Python. It contains environment settings, list of steps and a runnable sample code to strike out text in PDF using Python....Page Product Family Aspose.PSD Product...visit() method on the target page to search the instances of the...

    kb.aspose.com/pdf/python/how-to-strike-out-text...
  4. Remove Tables from PDF using Python | Aspose.PDF

    Remove tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...first page with absorber. Get first table on the page. Remove...absorber . visit ( document . pages [ 1 ]) table = absorber . table_list...

    products.aspose.com/pdf/python-net/table/remove/
  5. Create VSDX Files via C# | products.aspose.com

    C# Sample code for generating VSDX documents. Use this code for creating VSDX files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vsdx/
  6. Create VSTX Files via C# | products.aspose.com

    C# Sample code for generating VSTX documents. Use this code for creating VSTX files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vstx/
  7. ControlChar.CR_LF property | Aspose.Words for P...

    ControlChar.CR_LF property. Carriage return followed by line feed character: \x000d\x000a or \r\n...) # Add a page break. builder . write ( 'Before page break.' +...ControlChar . PAGE_BREAK + 'After page break.' ) # A page break is...

    reference.aspose.com/words/python-net/aspose.wo...
  8. ControlChar.NON_BREAKING_SPACE_CHAR property | ...

    ControlChar.NON_BREAKING_SPACE_CHAR property. Non-breaking space character: (char)160....) # Add a page break. builder . write ( 'Before page break.' +...ControlChar . PAGE_BREAK + 'After page break.' ) # A page break is...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Update Fields in Python|Aspose.Words for Java

    Update fields of Word Document using Python....document content on the second page . builder . insertBreak ( BreakType...BreakType . SECTION_BREAK_NEW_PAGE ) \# Call the method below to...

    docs.aspose.com/words/java/update-fields-in-pyt...
  10. Insert a Table of Contents in Word using Python

    Insert a table of contents in Word using Python. Obtain details to set up the IDE, a list of tasks, and an example code to add a table of contents in Word using Python....Page Product Family Aspose.PSD Product...exhibiting how to add contents page in Word using Python . You will...

    kb.aspose.com/words/python/insert-a-table-of-co...