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

print

(0.07 sec)
  1. DocumentVisitor.visit_editable_range_start meth...

    DocumentVisitor.visit_editable_range_start method. Called when a start of an editable range is encountered in the document.... Examples Shows how to print the node structure of every...node. doc . accept ( visitor ) print ( visitor . get_text ()) class...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentVisitor.visit_editable_range_end method...

    DocumentVisitor.visit_editable_range_end method. Called when an end of an editable range is encountered in the document.... Examples Shows how to print the node structure of every...node. doc . accept ( visitor ) print ( visitor . get_text ()) class...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Document.custom_xml_parts property | Aspose.Wor...

    Document.custom_xml_parts property. Gets or sets the collection of Custom XML Data Storage Parts....through the collection and print the contents of each part. for...( doc . custom_xml_parts ): print ( f 'XML part index { index...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...
  5. 在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...
  6. 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...
  7. 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...
  8. 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...
  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. 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