Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 222,991 for

new

(0.15 sec)
  1. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  2. ChartSeriesCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)...add(series_name, categories, values) Adds new ChartSeries to this collection...categories, values, is_subtotal) Adds new ChartSeries to this collection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Get Warning Callbacks for Font Substitution in ...

    Learn to get warning callbacks for font substitution in Aspose.Slides for .NET and display PowerPoint and OpenDocument presentations accurately.... var options = new RenderingOptions (); options...options . WarningCallback = new FontWarningHandler (); // Load the presentation...

    docs.aspose.com/slides/net/getting-warning-call...
  4. Get Warning Callbacks for Font Substitution|Asp...

    Learn to get warning callbacks for font substitution in Aspose.Slides for Java and display PowerPoint and OpenDocument presentations accurately.... RenderingOptions options = new RenderingOptions (); options...options . setWarningCallback ( new FontWarningHandler ()); // Load the...

    docs.aspose.com/slides/java/getting-warning-cal...
  5. 使用操作符|Aspose.PDF for .NET

    本主题解释了如何与 Aspose.PDF 一起使用操作符。操作符类为 PDF 操作提供了很好的功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir...stream using ( var imageStream = new FileStream ( dataDir + "PDFOperators...

    docs.aspose.com/pdf/zh/net/working-with-operators/
  6. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  7. 线性挤出加工|Documentation

    Aspose.3D for Node.js via Java 提供了 LinearExtrusion 类,该类接受一个 2D 形状作为输入,并在 3 维空间中扩展该形状。...// 初始化要挤压的基础轮廓 var profile = new aspose . threed . RectangleShape...3 维空间中执行线性挤压 var extrusion = new aspose . threed . LinearExtrusion...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  8. I want to retain the existing track changes - F...

    Hello Experts, I have a document that already contains tracked changes from two authors. When I process this document through our application, the application suggests additional changes, which appear as a New author’s …...appear as a new author’s tracked changes. These new changes are...application. As a result, only the new tracked changes from our application...

    forum.aspose.com/t/i-want-to-retain-the-existin...
  9. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....3d" ); var loadOpts = new aspose . threed . Discreet3dsLoadOptio..."aspose.3d" ); var loadObjOpts = new aspose . threed . ObjLoadOptions...

    docs.aspose.com/3d/nodejs-java/specify-3d-file-...
  10. Add Curve Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a curve object to your PDF using Aspose.PDF for .NET....document using ( var document = new Aspose . Pdf . Document ()) {...certain dimensions var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/net/add-curve/