Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 213,599 for

new

(0.6 sec)
  1. Manage Presentation Comments on Android|Aspose....

    Master presentation comments with Aspose.Slides for Android via Java: add, read, edit, and delete comments in PowerPoint files fast and easily....Presentation class Presentation pres = new Presentation (); try { // Adds...comments Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/androidjava/presentation...
  2. 在 Visio 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....diagram from a VSD file $diagram = new Diagram ( $dataDir . "drawing...# Initialize a new page object $new_page = new Page (); \ # Set...

    docs.aspose.com/diagram/zh/java/insert-a-new-bl...
  3. High CPU / Memory utilization on generating sim...

    Aspose-pdf-java utilizes a lot of CPU/RAM resources with generating and saving pdf document with 1 table 20K rows and 10 columns. Here is an example of my code private static final int ROWS_COUNT = 20000; private sta…...path) { Document document = new Document(); Page page = document...getPages().add(); Table table = new Table(); for (int i = 0; i <...

    forum.aspose.com/t/high-cpu-memory-utilization-...
  4. Ustvari PDF Z Uporabo C#

    Ustvarite novo PDF v C# v nekaj korakih. Preprosto ustvarite PDF s knjižnico .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/sl/net/make/pdf/
  5. Gawe PDF Nganggo C#

    Gawe PDF anyar ing C# ing sawetara langkah. Nggawe PDF kanthi gampang nggunakake perpustakaan .NET....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...builder.Font; font.Name = "Courier New" ; font.Color = Color.Blue; font...

    products.aspose.com/words/jv/net/make/pdf/
  6. ChartLegendEntryCollection | Aspose.Words for Java

    Represents a collection of chart legend entries in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "AW Category 1", "AW...

    reference.aspose.com/words/java/com.aspose.word...
  7. Using Tooltip|Aspose.PDF for Java

    Learn how to add tooltip to the text fragment in PDF using Java and Aspose.PDF....document with text Document doc = new Document (); doc . getPages ()...(). getParagraphs (). add ( new TextFragment ( "Move the mouse...

    docs.aspose.com/pdf/java/pdf-tooltip/
  8. Aspose Words Automatically Adjusting Spaces and...

    Hello, We have a file that contains token syntax, and during Word file generation, we insert the token name (e.g., <<LONGDATEM01>>) as per the predefined format. After this, we replace the token name with 25 blank space…...PageSize As New [PaperSize] Using inStream As New MemoryStream(fileData)...doc = New Aspose.Words.Document(inStream) Dim builder As New DocumentBuilder(doc)...

    forum.aspose.com/t/aspose-words-automatically-a...
  9. Font.Underline | Aspose.Words for .NET

    Discover the Font Underline property to customize text styles. Easily set and modify underline types for enhanced typography in your designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/fon...
  10. Convert PowerPoint Presentations to Video in Ja...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow....Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    docs.aspose.com/slides/java/convert-powerpoint-...