Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 195,360 for

new

(0.14 sec)
  1. Move PDF Pages|Aspose.PDF for Java

    Try to move pages at desired location or at the end of a PDF file using Aspose.PDF for Java....srcDocument = new Document (); Document dstDocument = new Document...name>" ; Document srcDocument = new Document ( srcFileName ); Document...

    docs.aspose.com/pdf/java/move-pages/
  2. How to set this given image sample same border ...

    image.png (79.5 KB) @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao How to set a small square dot border in cell...// Create a new workbook Workbook workbook = new Workbook();...to the range StyleFlag flag = new StyleFlag { Borders = true };...

    forum.aspose.com/t/how-to-set-this-given-image-...
  3. 强制表格在新页面渲染|Aspose.PDF for Java

    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....RenderTableOnNewPage (){ Document doc = new Document (); PageInfo pageInfo...setLandscape ( true ); Table table = new Table (); table . setColumnWidths...

    docs.aspose.com/pdf/zh/java/force-table-renderi...
  4. Set Default Font while rendering spreadsheet to...

    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....names like Courier New, Arial, Times New Roman, etc. The screenshot...output HTML file with Courier New , the output HTML with Arial...

    docs.aspose.com/cells/java/set-default-font-whi...
  5. Შექმენით Დოკუმენტი Java Ში

    შექმენით ფაილი Java ბიბლიოთეკის გამოყენებით. მარტივად შექმენით ახალი დოკუმენტი Java ში რამდენიმე ნაბიჯით....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ka/java/make/
  6. Ustvari DOCX Z Uporabo Java

    Ustvarite novo DOCX v Java v nekaj korakih. Preprosto ustvarite DOCX s knjižnico Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sl/java/make/docx/
  7. Გააკეთეთ DOCX Java Ის Გამოყენებით

    შექმენით ახალი DOCX Java ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX Java ბიბლიოთეკის გამოყენებით....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ka/java/make/docx/
  8. Drawing Arc in PHP|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....properties $create_options = new BmpOptions (); $create_options...$create_options -> setSource ( new StreamSource ( new ByteArrayInputStream...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  9. AiModel Class | Aspose.Words for .NET

    Discover the Aspose.Words.AI.AiModel class, your key to leveraging advanced Generative Language Models for enhanced text generation and automation....Create ( AiModelType ) Creates a new instance of AiModel class. virtual...models. Document firstDoc = new Document ( MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.ai/...
  10. Importing from Custom Objects|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Clear...Worksheets . Clear (); //Add a new Sheet "Data"; Worksheet sheet...

    docs.aspose.com/cells/net/importing-from-custom...