Sort Score
Result 10 results
Languages All
Labels All
Results 8,301 - 8,310 of 213,937 for

new

(0.17 sec)
  1. Manage Fonts in Presentations Using Java|Aspose...

    Control fonts in Java with Aspose.Slides: embed, substitute, and load custom fonts to keep PPT, PPTX and ODP presentations clear, brand-safe, and consistent....PPTX file Presentation pres = new Presentation ( "FontProperties...( 0 ); // Define new fonts FontData fd1 = new FontData ( "Elephant"...

    docs.aspose.com/slides/java/manage-fonts/
  2. Aspose.Cells 8.8.3 中的公共 API 更改|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....of Workbook Workbook book = new Workbook (); //Access first worksheet...LoadOptions LoadOptions loadOptions = new LoadOptions (); //Set the PaperSize...

    docs.aspose.com/cells/zh/java/public-api-change...
  3. 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...
  4. InlineStory.lastParagraph property | Aspose.Wor...

    InlineStory.lastParagraph property. Gets the last paragraph in the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Footnote.storyType property | Aspose.Words for ...

    Footnote.storyType property. Returns [StoryType.Footnotes](../../../aspose.words/storytype/#Footnotes) or [StoryType.Endnotes](../../../aspose.words/storytype/#Endnotes)....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. InlineStory.storyType property | Aspose.Words f...

    InlineStory.storyType property. Returns the type of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. InlineStory.tables property | Aspose.Words for ...

    InlineStory.tables property. Gets a collection of tables that are immediate children of the story....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...least one cell. let table = new aw . Tables . Table ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. PageSetup.OddAndEvenPagesHeaderFooter | Aspose....

    Discover the PageSetup OddAndEvenPagesHeaderFooter property for unique headers and footers on odd and even pages, enhancing your document's presentation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  9. AutoFit Columns and Rows while loading HTML in ...

    Learn how to autofit columns and rows while loading HTML files in a Workbook using Aspose.Cells for JavaScript via C++.... const ms = new TextEncoder (). encode ( sampleHtml...stream into workbook. const wb1 = new Workbook ( ms ); // Save the...

    docs.aspose.com/cells/javascript-cpp/autofit-co...
  10. How to Build a Table from a DataTable in C#|Asp...

    Example of filling document table from external database using C#....data into your document as a new table and quickly apply formatting...store it as a table: Create a new DocumentBuilder object on your...

    docs.aspose.com/words/net/how-to-build-a-table-...