Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 216,917 for

new

(0.13 sec)
  1. 在 PS 文件中使用渐变 | Java

    在 PS 文件中添加渐变是 Aspose.Page API 解决方案支持的功能。了解如何在 Java 中使用该功能...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/ps/working-with-gr...
  2. Aspose.PSD for Java 25.2 - Release Notes|Docume...

    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....psdImage = new PsdImage ( 25000 , 15000 ); Layer layer = new Layer...Preparing test layer int [] pixels = new int [ layer . getWidth () * layer...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  3. Make Markdown Using Java

    Make a New Markdown in Java in a few steps. Easily create Markdown using Java library....the following example: Make a new MD using Java Copy Examples Output...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/md/
  4. ComparisonEvaluationResult | Aspose.Words for Java

    The comparison evaluation result in Java....expression\""; DocumentBuilder builder = new DocumentBuilder(); // Field codes...result = comparisonResult != -1 ? new ComparisonEvaluation(comparisonResult...

    reference.aspose.com/words/java/com.aspose.word...
  5. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); Assert.ass...

    reference.aspose.com/words/java/com.aspose.word...
  6. Support for TLS 1.2 and AutodiscoverService|Doc...

    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..../*ITokenProvider provider = new ITokenProvider() { @Override...NetworkCredential credentials = new OAuthNetworkCredenti(provider);*/...

    docs.aspose.com/email/java/support-for-tls-1-2-...
  7. Aspose.Cells 16.12.0 中的公共 API 更改|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....intrusive_ptr < String > str = new String ( "Fruit" ); ws -> GetICells...GetObjectByIndex ( new String ( "A1" ))-> PutValue ( str ); str = new String...

    docs.aspose.com/cells/zh/cpp/public-api-changes...
  8. 搜索

    搜索...Presentation presentation = new Presentation(); try { // 添加微笑形狀,然後對其進行動畫處理...33; ArrayList<String> frames = new ArrayList<String>(); PresentationAnimatio...

    blog.aspose.com/zh-hant/slides/convert-ppt-to-v...
  9. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh....Vector4 [] normals = new Vector4 [] { new Vector4 (- 0 . 577350258...577350258 , 0 . 577350258 , 1 . 0 ), new Vector4 ( 0 . 577350258 ,- 0...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  10. Convert XML to PDF|Aspose.PDF for Android via Java

    Aspose.PDF library presents several ways to convert XML to PDF. You can use the XslFoLoadOptions or do this with an incorrect file structure....String pdfDocumentFileName = new File ( fileStorage , "XML-to-PDF...String xmlDocumentFileName = new File ( fileStorage , "Conversion/employees...

    docs.aspose.com/pdf/androidjava/convert-xml-to-...