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.... getResources ()[ 2 ]; assertTrue ( LnsrResourceType...LayerMaskDataShort ); assertTrue (- 2 == fillLayer . getChannelInformatio...
Learn how to manage Microsoft Project (MPP/XML) currency properties using Aspose.Tasks Java for PHP....mpp' ); 2 3 $prj = new Prj(); 4 5 print...Copy 1 $project = new Project(); 2 3 $prj = new Prj(); 4 5 $currencySymbolPositi...
Discover the NodeRendererBase RenderToSize method to efficiently render shapes into Graphics objects at your desired size for enhanced visual output....5f ); // 2 - Create a shape group, and render...1 ], renderingArgs . Value [ 2 ]); else if ( renderingArgs ....
Learn how to copy shapes, charts, and other drawing objects between worksheets using Aspose.Cells with C++.... AddCopy ( cshape , 20 , 0 , 2 , 0 ); // Save the workbook workbook...( shapes . Get ( 0 ), 5 , 0 , 2 , 0 ); // Copy the oval shape...
Aspose::Words::Saving::OoxmlCompliance enum. Allows to specify which OOXML specification will be used when saving in the DOCX format in C++.... Iso29500_2008_Strict 2 ISO/IEC 29500:2008 Strict compliance...builder -> Writeln ( u "List item 2" ); builder -> InsertBreak ( Aspose...
JPG to EPS conversion functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Java It is necessary to do just 2 steps in order to perform JPG...image to EPS using files paths. 2 3 // Create default options 4...
Learn how to compress or extract archives using Java with detailed instructions for various formats like ZIP and RAR....(Archive archive = new Archive()) { 2 archive. createEntry ( "entry_name1...Archive( "input_archive.zip" )) { 2 archive. extractToDirectory (...
Aspose::Words::ControlChar::LineFeed method. Line feed character: "\x000a" or "\n". Same as Lf in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...
Aspose::Words::ControlChar::CellChar field. End of a table cell or end of a table row character: (char)7 or "\a" in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...
Aspose::Words::ControlChar::SectionBreak method. End of section character: "\x000c" or "\f". Note it has the same value as PageBreak in C++...." ); ASSERT_EQ ( 2 , doc -> get_FirstSection () ->...get_TextColumns () -> SetCount ( 2 ); // We can use a control character...