Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 164,887 for

new

(0.09 sec)
  1. ShapeBase.Bounds | Aspose.Words for .NET

    Discover the ShapeBase Bounds property to effortlessly manage your shape's location and size, enhancing your design precision and efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...shape . Bounds , Is . EqualTo ( new RectangleF ( 50 , 50 , 100 ,...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Aspose.PSD for Java 24.4 - 发布说明|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....设置许可证会导致异常,如果多次进行设置 License license = new License (); String liccorrectJava...image . save ( outputFilePath , new PngOptions ()); } PSDJAVA-612...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. Unable to add layers and assign entities in DWG...

    Dear Aspose Support, I’m trying to create a DWG file from scratch using DwgImage in C# (.NET), and I would like to add layers and assign entities to specific layers. Unfortunately, this doesn’t seem to work as expected. …...DwgImage dwgImage = new DwgImage(); var linesLayer = new CadLayerTable...Add(linesLayer); var pointsLayer = new CadLayerTable { Name = "PointsLayer"...

    forum.aspose.com/t/unable-to-add-layers-and-ass...
  4. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java.... DocumentBuilder builder = new DocumentBuilder(); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl(); Shape shape...

    reference.aspose.com/words/java/com.aspose.word...
  5. Convert SVG to XPS – C# Examples

    You will learn how to convert SVG to XPS programmatically or online and consider C# examples of SVG to XPS conversions using Aspose.SVG....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/svg/net/convert-svg-to-xps/
  6. 获取用Node.js通过C++创建Excel文档的应用程序版本号|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....2003 XLS file let workbook = new AsposeCells . Workbook ( path...Excel 2007 XLS file workbook = new AsposeCells . Workbook ( path...

    docs.aspose.com/cells/zh/nodejs-cpp/get-the-ver...
  7. Aspose.PSD for .NET 24.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.... Load ( sourceFile , new PsdLoadOptions { LoadEffectsResource...image . Save ( outputFile , new PsdOptions ()); } using ( PsdImage...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-2...
  8. Manage Hyperlinks|Aspose.Slides for PHP Documen...

    How to add hyperlink to a PowerPoint Presentation...hyperlink to a text: $presentation = new Presentation (); try { $shape1...$portionFormat :: setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/php-java/manage-hyperlinks/
  9. Installing Aspose.Cells for JasperReports|Docum...

    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....exporter = new ACXlsExporter (); ACXlsReportConfigura conf = new ACXlsReportConfigura...ACXlsReportConfigura (); File sourceFile = new File ( fileName ); JasperPrint...

    docs.aspose.com/cells/jasperreports/installing-...
  10. MorphDataControl | Aspose.Words for Java

    The MorphDataControl structure is an aggregate of six controls CheckBox ComboBox ListBox OptionButton TextBox and ToggleButton in Java.... Document doc = new Document(getMyDir() + "ActiveX...getOleControl(); oleControl.setForeColor(new Color((0x17), (0xE1), (0x35)));...

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