Sort Score
Result 10 results
Languages All
Labels All
Results 6,201 - 6,210 of 164,075 for

new

(0.06 sec)
  1. ImportFormatOptions.ForceCopyStyles | Aspose.Wo...

    Discover the ImportFormatOptions ForceCopyStyles property, control style copying in KeepSourceFormatting mode with ease. Default is false for optimal results.... Document srcDoc = new Document ( MyDir + "Styles source...source.docx" ); Document dstDoc = new Document ( MyDir + "Styles destination...

    reference.aspose.com/words/net/aspose.words/imp...
  2. How to use Aspose.CAD in Vue|CAD Documentation

    Use Aspose.CAD in Vue.... Start a new one and then the name of the...function() { const reader = new FileReader(); reader.onload =...

    docs.aspose.com/cad/javascript-net/how-to-use-a...
  3. 将数据导入xlsx4j工作表|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....Workbook object Workbook workbook = new Workbook (); //Obtaining the...string values String [] names = new String []{ "laurence chen" ,...

    docs.aspose.com/cells/zh/java/import-data-to-wo...
  4. PdfImageCompression enumeration | Aspose.Words ...

    Aspose.Words.Saving.PdfImageCompression enumeration. Specifies the type of compression applied to images in the PDF file....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...to .PDF. let pdfSaveOptions = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FieldBuilder.buildAndInsert method | Aspose.Wor...

    Aspose.Words.Fields.FieldBuilder.buildAndInsert method... let doc = new aw . Document (); // A convenient...document builder. let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. DocumentBuilder.Document | Aspose.Words for .NET

    Manage Document properties effortlessly with DocumentBuilder. Easily get or set your Document object for streamlined document management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...centered text." ); // If we start a new section using a document builder...

    reference.aspose.com/words/net/aspose.words/doc...
  7. TxtListIndentation.Character | Aspose.Words for...

    Discover the TxtListIndentation property to customize list indentation with your preferred character. Enhance readability and visual appeal effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...TxtSaveOptions txtSaveOptions = new TxtSaveOptions (); // Set the...

    reference.aspose.com/words/net/aspose.words.sav...
  8. SvgSaveOptions.resourcesFolderAlias property | ...

    SvgSaveOptions.resourcesFolderAlias property. Specifies the name of the folder used to construct image URIs written into an SVG document...supported yet' , () => { let doc = new aw . Document ( base . myDir..."Rendering.docx" ); let options = new aw . Saving . SvgSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ParagraphCollection | Aspose.Words for Java

    Provides typed access to a collection of Paragraph nodes in Java.... Document doc = new Document(getMyDir() + "Revisions...paragraphs from the collection to a new array of paragraphs. add(Node...

    reference.aspose.com/words/java/com.aspose.word...
  10. Get a Page Object from Visio Drawing in Ruby|Do...

    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.... new ( data_dir + "Drawing.vsd" )...aspose.diagram.Diagram' ) . new ( data_dir + "Drawing.vsd" )...

    docs.aspose.com/diagram/java/get-a-page-object-...