Sort Score
Result 10 results
Languages All
Labels All
Results 9,361 - 9,370 of 222,973 for

new

(0.35 sec)
  1. Create Polygon In Mesh|Documentation

    Aspose.3D for .NET allows creating a polygon in a mesh. In order to use the functionality, the API offers CreatePolygon method of Mesh class....Mesh mesh = new Mesh (); mesh . CreatePolygon ( new int [] { 0...CreatePolygon ( 0 , 1 , 2 ); //The new overloads doesn't need extra...

    docs.aspose.com/3d/net/create-polygon-in-mesh/
  2. HeaderFooterCollection | Aspose.Words for Java

    Provides typed access to HeaderFooter nodes of a Section in Java.... Document doc = new Document(getMyDir() + "Header...and a footer. Document doc = new Document(); // Create a header...

    reference.aspose.com/words/java/com.aspose.word...
  3. Set Data source for the chart with JavaScript v...

    Learn about the various data sources supported by Aspose.Cells for JavaScript via C++. Our guide will walk you through the different types of data sources available and show you how to connect and retrieve data from them to populate your worksheets....Instantiate a new Workbook const workbook = new Workbook (); //...// Adding a new worksheet to the Excel object const sheetIndex...

    docs.aspose.com/cells/javascript-cpp/data-forma...
  4. Bug Report: Aspose.Words InsertImage(byte[]) re...

    DocumentBuilder.InsertImage(byte[]) returns a Shape with incorrect Width and Height values when the PNG image contains specific DPI metadata. The dimensions are significantly smaller than expected based on the image’s pi…...ScreenshotDataAsync(new ScreenshotOptions { FullPage...(var ms = new MemoryStream(image)) using (var bitmap = new Bitmap(ms))...

    forum.aspose.com/t/bug-report-aspose-words-inse...
  5. Entities with SAT/SAB structure|CAD 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....CadRasterizationOpti rasterizationOptions = new CadRasterizationOpti (); rasterizationOptions...Layouts = new string [] { "Model" }; PdfOptions pdfOptions = new PdfOptions...

    docs.aspose.com/cad/net/developer-guide/entitie...
  6. Merge PDF Documents using PHP | Aspose.PDF

    Combine various PDF documents programmatically with PHP sample code using Aspose.PDF for PHP via Java...// Open document $document = new Document ( $inputFile ); // Open...first document $document1 = new Document ( $inputFile1 ); //...

    products.aspose.com/pdf/php-java/merger/
  7. 改变平面方向|Documentation

    Aspose.3D for Node.js via Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...Initialize Scene var scene = new aspose . threed . Scene (); //...Initialize Plane var plane = new aspose . threed . Plane (); //...

    docs.aspose.com/3d/zh/nodejs-java/changing-plan...
  8. Waterfall Chart Is Displayed Incorrectly after ...

    Hi Aspose Slides Team, import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import com.aspose.slides.Presentation; import com.aspose.slides.SaveFormat; public class TestColumnChart { public st…...Presentation presentation = new Presentation(path + "OriginalFile...ByteArrayOutputStrea baos = new ByteArrayOutputStrea(); presentation...

    forum.aspose.com/t/waterfall-chart-is-displayed...
  9. Unable to view the charts/graphs in the aspose ...

    Hello Aspose, I am unable to view the charts/graphs in the attached sample .xls file. currently it is showing as blank, please look into this and do the needful. image.png (20.0 KB) ENE.PC.00000058.zip (178.7 KB) T…... LoadOptions opts = new LoadOptions(LoadFormat.XLS);...setLoadDataOnly(false); Workbook wb = new Workbook("ENE.PC.00000058.xls"...

    forum.aspose.com/t/unable-to-view-the-charts-gr...
  10. ForeignKeyConstraint | Aspose.Words for Java

    Represents an action restriction enforced on a set of columns in a primary key/foreign key relationship when a value or row is either deleted or updated in Java....childColumns) Initializes a new instance of the ForeignKeyConstraint...DataColumn childColumn) Initializes a new instance of the ForeignKeyConstraint...

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