Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 187,469 for

page

(0.18 sec)
  1. Label randomly switches between 1- and 2- line ...

    Hi, we use following code to create pictures from Excel: Workbook wb = new Workbook(“Example1.xlsx”); Worksheet excelWorksheet = wb.Worksheets[“Example 1”]; string rangeName = “BIPLI_Example1”; CellsHelper.DPI = 96; …...Influence Rendering Page Orientation: Ensure that the page orientation...Area and Page Margins: Verify that the print area and page margins...

    forum.aspose.com/t/label-randomly-switches-betw...
  2. Aspose::Words::HeaderFooter::get_IsHeader metho...

    Aspose::Words::HeaderFooter::get_IsHeader method. True if this HeaderFooter object is a header in C++....will appear at the top of every page of this section, above the main...appear at the bottom of every page of this section, below the main...

    reference.aspose.com/words/cpp/aspose.words/hea...
  3. Add Image Stamp to PDF using C++ | Aspose.PDF

    Add image stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++.... Add the Stamp to Page using AddStamp method Add Image...stamp to particular page document -> get_Pages () -> idx_get ( 1...

    products.aspose.com/pdf/cpp/stamps/image/
  4. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....name: {0} signed; Project code page: {1}; Modules count: {2} \n...{0} not signed; Project code page: {1}; Modules count: {2} \n...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Color not set correctly for copied shapes - Fre...

    TestDiagram.zip (459.0 KB) I’m trying to create a list of shapes based on a shape in an existing document. I’m getting the shapes created and labeled, but every other shape is filled incorrectly. If you resize any of …...$diagramFile $page = $doc.pages[0] $Container = $page.Shapes.Get...GetShapeIncludingChi([int]3005) $Shape = $page.Shapes.GetShapeIncludingChi([int]3010)...

    forum.aspose.com/t/color-not-set-correctly-for-...
  6. Block|Documentation

    Block element is used to organize content within containers....overflow string Inherit the global page settings Define how to clip...property overrides the global page setting for the specific block...

    docs.aspose.com/omr/net/json-markup/block/
  7. 设置 Visio Shape 的 XForm、Line 和 Fill 数据|Documenta...

    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....vsd" ); // get the page by its name Page page1 = diagram . getPages...getPages (). getPage ( "Page-1" ); // get shape by its ID Shape...

    docs.aspose.com/diagram/zh/java/set-visio-shape...
  8. Convert DOC To Image Python

    Convert DOC to Image format in Python code. Save DOC as Image using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert PDF To TIFF Python

    Convert PDF to TIFF format in Python code. Save PDF as TIFF using Python....TIFF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .tiff" ,...

    products.aspose.com/words/python-net/conversion...
  10. Convert HTML To SVG Python

    Convert HTML to SVG format in Python code. Save HTML as SVG using Python....SVG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .svg" , save_options)...

    products.aspose.com/words/python-net/conversion...