Sort Score
Result 10 results
Languages All
Labels All
Results 8,741 - 8,750 of 20,185 for

printing document

(0.09 sec)
  1. ConditionalStyleCollection.count property | Asp...

    ConditionalStyleCollection.count property. Gets the number of conditional styles in the collection.... Document () builder = aw . DocumentBuilder...conditional_style is not None : print ( conditional_style . type )...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ConditionalStyleCollection.even_row_banding pro...

    ConditionalStyleCollection.even_row_banding property. Gets the even row banding style.... Document () builder = aw . DocumentBuilder...conditional_style is not None : print ( conditional_style . type )...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ConditionalStyle.paragraph_format property | As...

    ConditionalStyle.paragraph_format property. Gets the paragraph formatting of the conditional style.... Document () builder = aw . DocumentBuilder...conditional_style is not None : print ( conditional_style . type )...

    reference.aspose.com/words/python-net/aspose.wo...
  4. ConditionalStyle.borders property | Aspose.Word...

    ConditionalStyle.borders property. Gets the collection of default cell borders for the conditional style.... Document () builder = aw . DocumentBuilder...conditional_style is not None : print ( conditional_style . type )...

    reference.aspose.com/words/python-net/aspose.wo...
  5. ConditionalStyle.font property | Aspose.Words f...

    ConditionalStyle.font property. Gets the character formatting of the conditional style.... Document () builder = aw . DocumentBuilder...conditional_style is not None : print ( conditional_style . type )...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 设置打印区域|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....A1 cell to F20 cell) of the print area pageSetup . setPrintArea...createSheet ( "Sheet1" ); //sets the print area for the first sheet wb...

    docs.aspose.com/cells/zh/java/set-print-area/
  7. 使用 Aspose.Cells 检测合并单元格|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....frow , fcol , erow , ecol ; // Print Message System . out . println...更多详情,请访问 检测工作表中的合并单元格 。 AI Document Assistant Close 使用Aspose.Cells将工作簿转换为HTML...

    docs.aspose.com/cells/zh/java/detect-merged-cel...
  8. 用Node.js通过C++判断工作表是否为对话框工作表|Documentation

    本文提供判断Excel工作表是否为对话框工作表的说明和示例代码,使用Aspose.Cells for Node.js via C++。..."path" ); // The path to the documents directory. const dataDir =...the sheet type is dialog and print the message if ( ws . getType...

    docs.aspose.com/cells/zh/nodejs-cpp/find-if-the...
  9. Pdf Insert image throw exception - Free Support...

    Below codes throw exception, String path = "C:\\Users\\z_jia\\Desktop\\a\\"; com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(path + "JL250813LJ001140-01.pdf"); BufferedImage image = ImageIO.r…...Document pdf = new com.aspose.pdf.Document(path + "JL250813LJ001140-01...Source) at com.aspose.pdf.Document.save(Unknown Source) at com...

    forum.aspose.com/t/pdf-insert-image-throw-excep...
  10. Get PDF file information - facades|Aspose.PDF f...

    This section explains how to get PDF file information with Aspose.PDF Facades using PdfFileInfo Class....void GetPdfInfo () { // Open document PdfFileInfo fileInfo = new...enumerator . nextElement (); // print key and value corresponding...

    docs.aspose.com/pdf/java/get-pdf-information/