Sort Score
Result 10 results
Languages All
Labels All
Results 1,431 - 1,440 of 25,171 for

print

(0.23 sec)
  1. Adjusting Row Height and Column Width in PHP|Do...

    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....xls" ); print "Set Row Height Successfully... "Set Column Width.xls" ); print "Set Column Width Successfully...

    docs.aspose.com/cells/java/adjusting-row-height...
  2. FileCorruptedException class | Aspose.Words for...

    aspose.words.FileCorruptedException class. Thrown during document load, when the document appears to be corrupted and impossible to load...except Exception as error : print ( error ) See Also module aspose...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Send Shape Front or Back inside the Worksheet w...

    Learn how to change the z‑order position of shapes in a worksheet using Aspose.Cells for C++.... Get ( 3 ); // Print the Z‑Order position of the...sh1 . ToFrontOrBack ( 2 ); // Print the Z‑Order position of the...

    docs.aspose.com/cells/cpp/send-shape-front-or-b...
  4. Copying Rows and Columns in Jython|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....xls" ) print "Copy Rows Successfully." def...dataDir + "Copy Columns.xls" ) print "Copy Columns Successfully."...

    docs.aspose.com/cells/java/copying-rows-and-col...
  5. RevisionGroup.RevisionType | Aspose.Words for .NET

    Discover the RevisionGroup RevisionType property to easily identify and manage the types of revisions in your project. Streamline your workflow today!...get ; } Examples Shows how to print info about a group of revisions...

    reference.aspose.com/words/net/aspose.words/rev...
  6. SdtListItem constructor | Aspose.Words for Python

    aspose.words.markup.SdtListItem constructor...Enumerate over the collection and print each element. for item in list_items...list_items : if item is not None : print ( f 'List item: { item . display_text...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PhysicalFontInfo.FullFontName | Aspose.Words fo...

    Discover the FullFontName property of PhysicalFontInfo for easy access to font names. Enhance your typography with precise font identification!...from a custom folder, and then print every available font. FontSourceBase...

    reference.aspose.com/words/net/aspose.words.fon...
  8. PhysicalFontInfo.FontFamilyName | Aspose.Words ...

    Discover the PhysicalFontInfo FontFamilyName property, your key to identifying and utilizing font families effectively in your projects....from a custom folder, and then print every available font. FontSourceBase...

    reference.aspose.com/words/net/aspose.words.fon...
  9. Remove Metadata from PDF in Python|Aspose.PDF f...

    Learn how to remove sensitive metadata from PDF documents using Python with Aspose.PDF, ensuring privacy and security....pdf") print "Removed metadata successfully...

    docs.aspose.com/pdf/python-java/remove-metadata...
  10. 使用Aspose.wod java 将word转PDF,加密并设置权限,adobe acrob...

    当我使用如下代码计算权限,即使所有权限都设置好了,在adobe acrobat 中依然会显示文档组合和页面提取 不允许,怎么设置才能让adobe acrobat 中显示允许 // Allow Copy: Enable text/image copying and accessibility tools if (security.isAllowCopy()) { permissions |= …...(256)"); } // Allow Print: Enable all printing capabilities if (security...PdfPermissions.PRINTING; // 4 - Allow printing (basic) permissions...

    forum.aspose.com/t/aspose-wod-java-word-pdf-ado...