Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 33,738 for

new

(0.04 sec)
  1. FootnoteSeparator | Aspose.Words for Java

    in Java....throws Exception { Document doc = new Document(getMyDir() + "Hidden...RemoveHiddenContentV hiddenContentRemover = new RemoveHiddenContentV(); // Below...

    reference.aspose.com/words/java/com.aspose.word...
  2. Presentation Properties|Aspose.Slides Documenta...

    Manage PowerPoint presentation properties in Java...presentation Presentation pres = new Presentation ( "Presentation...for Java. Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/presentation-proper...
  3. ChartAxis.BaseTimeUnit | Aspose.Words for .NET

    Discover the ChartAxis BaseTimeUnit property to easily define the smallest time unit on your time category axis for enhanced data visualization....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { new DateTime ( 2017 , 11 , 06 ), new DateTime...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartAxis.HasMajorGridlines | Aspose.Words for ...

    Discover the ChartAxis HasMajorGridlines property to easily manage major gridlines on your charts, enhancing data visualization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { new DateTime ( 2017 , 11 , 06 ), new DateTime...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Presentation Properties|Aspose.Slides for Node....

    Manage PowerPoint presentation properties in JavaScript...the presentation var pres = new aspose . slides . Presentation...Node.js via Java. var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  6. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/resize-eps/
  7. FieldStart | Aspose.Words for Java

    Represents a start of a Word field in a document in Java.... To easily insert a new field into a document, use the...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

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

    Allows to specify properties of a chart data table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); double[] xValues = new double[] { 2020.0, 2021.0, 2022...

    reference.aspose.com/words/java/com.aspose.word...
  9. 图片|Aspose.Slides 文档

    使用 Java 在 PowerPoint 演示文稿中处理图像。使用 Java 从磁盘或网络向 PowerPoint 幻灯片添加图像。使用 Java 向幻灯片母版或作为幻灯片背景添加图像。使用 Java 向 PowerPoint 演示文稿添加 SVG。使用 Java 将 SVG 转换为 PowerPoint 中的形状。使用 Java 在幻灯片中添加 EMF 图像。...示例代码展示了如何将图像添加到幻灯片: Presentation pres = new Presentation (); try { ISlide...Java 中的幻灯片: Presentation pres = new Presentation (); try { ISlide...

    docs.aspose.com/slides/zh/androidjava/image/
  10. SaveOptions.updateLastPrintedProperty property ...

    SaveOptions.updateLastPrintedProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastPrinted](../../../aspose.words.properties/builtindocumentproperties/lastPrinted/) property is updated before saving.... let doc = new aw . Document (); doc . builtInDocumentPrope...builtInDocumentPrope . lastPrinted = new Date ( 2019 , 12 , 20 ); // This...

    reference.aspose.com/words/nodejs-net/aspose.wo...