Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 52,228 for

print

(0.13 sec)
  1. CompatibilityOptions class | Aspose.Words for P...

    aspose.words.settings.CompatibilityOptions class. Contains compatibility options (that is, the user preferences entered on the Compatibility tab of the Options dialog in Microsoft Word)... print_body_text_before_header Print Body Text before...Header/Footer Contents. print_col_black Print Colors as Black And...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 在PHP中计算公式|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....$value , "ToString" , array ()); print "Calculated Value: " . $stringVal...$dataDir . "/output.xls" )); print "Completed." . PHP_EOL ; 下载运行代码...

    docs.aspose.com/cells/zh/net/calculating-formul...
  3. How to Get Caret Annotation via Python for .NET...

    Python source code to get all Caret annotations from PDF on any platform with .NET support.... print location coordinates) System...for ca in caretAnnotations : print ( ca . Rect ) About Aspose.PDF...

    products.aspose.com/pdf/python-net/annotation/c...
  4. How to Get Circle Annotation via Python for .NE...

    Python source code to get all Circle annotations from PDF on any platform with .NET support.... print location coordinates) System...for ca in circleAnnotations : print ( ca . Rect ) About Aspose.PDF...

    products.aspose.com/pdf/python-net/annotation/c...
  5. How to Get Polygon Annotation via Python for .N...

    Python source code to get all Polygon annotations from PDF on any platform with .NET support.... print location coordinates) System...pa in polygonAnnotations : print ( pa . Rect ) About Aspose.PDF...

    products.aspose.com/pdf/python-net/annotation/p...
  6. Aspose.Cells23.12 切片器过滤,取消过滤之后,单元格的值不正确 - Free ...

    当切片器没筛选时,透视表里面筛选的单元格是 (全部)。筛选之后,透视表里面筛选的单元格为筛选的值。但再次全选之后,透视表里面筛选的单元格还是筛选的值,而不是全部。 示例代码: using Aspose.Cells; var wb = new Workbook("input.xlsx"); var ws = wb.Worksheets[0]; ws.RefreshPivotTables(); var targetCell = ws…...Cells["E1"]; // print: (All) Console.WriteLine(targetCell..."Alex"; } slicer.Refresh(); // print: Alex Console.WriteLine(targetCell...

    forum.aspose.com/t/aspose-cells23-12/276482
  7. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。... getSelected (); // print results for ( Annotation la...( LinkAnnotation ) la ; // Print the URL of each Link Annotation...

    products.aspose.com/pdf/zh-hans/java/annotation...
  8. Inquiry Regarding Updating Slicer Selected Valu...

    Dear Aspose Support, I hope this email finds you well. My name is tizu. and I have query regaarding updating selected values from a slicer in a Excel function, specifically VLOOKUP. Attached is an Excel file where Apri…...import Workbook, CellsHelper print(CellsHelper.get_version()) wb...sindx = i break i = i + 1 print(sindx) print(sl.slicer_cache.slicer_cache_items[11]...

    forum.aspose.com/t/inquiry-regarding-updating-s...
  9. Excel chart top and left margin when creating p...

    I have a excelfile containing a chart. excel_file.png (172.0 KB) My c# code for creating a PDF from the excelfile looks like: public void CreatePDF(Worksheet worksheet) { worksheet.PageSetup.BottomMargin = 0; …...PdfSaveOptions(); //Only export print area pdfSaveOptions.OnePagePerSheet...you only want to export the print area, you can set the Worksheet...

    forum.aspose.com/t/excel-chart-top-and-left-mar...
  10. Cloning Slides in Presentation in PHP|Aspose.Sl...

    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....pptx", $save_format->Pptx); print "Slide has been cloned, please...pptx", $save_format->Pptx); print "Slide has been cloned, please...

    docs.aspose.com/slides/java/cloning-slides-in-p...