Sort Score
Result 10 results
Languages All
Labels All
Results 5,071 - 5,080 of 140,591 for

page

(0.25 sec)
  1. Apply preset theme to VSD document via Python |...

    Python source code to apply preset theme to vsd file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vsd/
  2. Apply preset theme to VSD document via Python |...

    Python source code to apply preset theme to vsd file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vsd/
  3. Apply preset theme to VSSX document via Python ...

    Python source code to apply preset theme to vssx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vssx/
  4. Apply preset theme to VSX document via Python |...

    Python source code to apply preset theme to vsx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vsx/
  5. Apply preset theme to VTX document via Python |...

    Python source code to apply preset theme to vtx file within any Python based application....Open a Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-net/theme/vtx/
  6. How to Convert Excel Sheet to Image in Java

    This short tutorial is designed to teach how to convert Excel sheet to image in Java. It provides assistance to convert Excel into image in Java by sharing steps to configure the environment and sample code along with the description....Page Product Family Aspose.PSD Product...all the pages in the print preview and render each page as an image...

    kb.aspose.com/cells/java/how-to-convert-excel-s...
  7. Parts of shapes (such as connections / texts) a...

    Dear support, I’m using the Aspose.Diagram for .NET version 24.8.0 I would like to mention that the grouping is working perfectly for what I would like to achieve (removing the ‘whitespace’ of the Page). However, I not…...(removing the ‘whitespace’ of the page). However, I noticed some issues...SaveFileFormat.Svg }; foreach (Page page in diagram.Pages) { svgSaveOptions...

    forum.aspose.com/t/parts-of-shapes-such-as-conn...
  8. Watermark VTX document via Python | products.as...

    Python sample code to add watermark to VTX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vtx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  9. Watermark VSDX document via Python | products.a...

    Python sample code to add watermark to VSDX documents within any Python based application....Diagram object Select Page via its id Use Page’s addText function...vsdx" ); page = diagram.getPages().getPage( 0 ) shape = page.addText(...

    products.aspose.com/diagram/python-net/watermar...
  10. Paragraph constructor | Aspose.Words for Python

    Paragraph constructor. Initializes a new instance of the [Paragraph](../) class....some page setup properties for the section. section . page_setup... SectionStart . NEW_PAGE section . page_setup . paper_size =...

    reference.aspose.com/words/python-net/aspose.wo...