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

new

(0.13 sec)
  1. 音频|Aspose.Slides 文档

    发现 Aspose.Slides for Android 的音频示例:在 PPT、PPTX 和 ODP 演示文稿中插入、播放、修剪和提取声音,并提供清晰的 Java 代码。...Presentation presentation = new Presentation (); try { ISlide...50 , 100 , 100 , new ByteArrayInputStream ( new byte [ 0 ])); }...

    docs.aspose.com/slides/zh/androidjava/examples/...
  2. 表格|Aspose.Slides 文档

    使用 Aspose.Slides for Java 处理表格:创建、格式化、合并单元格、应用样式、导入数据,并通过 Java 示例导出 PPT、PPTX 和 ODP。...Presentation presentation = new Presentation (); try { ISlide...widths = new double [] { 80 , 80 }; double [] heights = new double...

    docs.aspose.com/slides/zh/java/examples/element...
  3. OLE 对象|Aspose.Slides 文档

    在 Aspose.Slides for Android 中处理 OLE 对象:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中插入、链接、更新和提取嵌入内容。...Presentation presentation = new Presentation (); try { ISlide...IOleEmbeddedDataInfo dataInfo = new OleEmbeddedDataInfo ( pdfData...

    docs.aspose.com/slides/zh/androidjava/examples/...
  4. BarcodeParameters.PosCodeStyle | Aspose.Words f...

    Discover the BarcodeParameters PosCodeStyle property for Point of Sale barcodes. Supports UPCA, EAN13, and more. Enhance your POS system today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . BarcodeGenerator = new CustomBarcodeGenerat (); // Below...

    reference.aspose.com/words/net/aspose.words.fie...
  5. AsposeWordsPrintDocument | Aspose.Words for Java

    Provides a default implementation for printing of a Document within the Java printing framework in Java.... Document doc = new Document(getMyDir() + "Rendering...AsposeWordsPrintDocu printDoc = new AsposeWordsPrintDocu(doc); //...

    reference.aspose.com/words/java/com.aspose.word...
  6. Math Text|Aspose.Slides for Node.js via .NET Do...

    Explore Aspose.Slides for Node.js MathematicalText examples: create and format equations, fractions, matrices, and symbols in PPT, PPTX, and ODP presentations....addMathText () { let presentation = new aspose . slides . Presentation...fraction: x / y. let fraction = new aspose . slides . MathematicalText...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  7. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  8. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...property, // and then display the new value. field.setText("My overriding...

    reference.aspose.com/words/java/com.aspose.word...
  9. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...corresponding built-in property with the new value. field.setText("OverridingKeyword");...

    reference.aspose.com/words/java/com.aspose.word...
  10. FontSavingArgs | Aspose.Words for Java

    Provides data for the IFontSavingCallback.fontSavingcom.aspose.words.FontSavingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...manner. HtmlSaveOptions options = new HtmlSaveOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...