Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 199,682 for

new

(0.07 sec)
  1. FontSubstitutionSettings | Aspose.Words for Java

    Specifies font substitution mechanism settings in Java....Document doc = new Document(); doc.setFontSettings(new FontSettings());...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  2. FieldMergeSeq | Aspose.Words for Java

    Implements the MERGESEQ field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...display "2". DataTable table = new DataTable("Employees"); table...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldPrivate | Aspose.Words for Java

    Implements the PRIVATE field in Java.... Document doc = new Document(getMyDir() + "Field...builder. DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  4. Zip or UnZip Files in .NET | Aspose.Zip for .NET

    This article will teach you how to programmatically compress Zip files using a variety of methods utilising C# or the.NET API and sample code. You will learn how to zip or compress one or more files, as well as how to zip files simultaneously. You will also learn how to decompress or unzip files as well....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/zip/net/compressing-and-decompr...
  5. ChmLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading CHM document into a Document object in Java....ChmLoadOptions loadOptions = new ChmLoadOptions(); { loadOptions...chm"); } Document doc = new Document(new ByteArrayInputStream(Files...

    reference.aspose.com/words/java/com.aspose.word...
  6. PclSaveOptions.fallbackFontName property | Aspo...

    PclSaveOptions.fallbackFontName property. Name of the font that will be used if no expected font is found in printer and built-in fonts collections....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . PclSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose.PSD for .NET 23.7 - 发布说明|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....Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...[ i ] = new Frame (); LayerState [] layerStates = new LayerState...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  8. 在 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...
  9. Fill AcroForms|Aspose.PDF for Java

    This section explains how to fill form field in a PDF document with Aspose.PDF for Java....document Document pdfDocument = new Document ( _dataDir + "TextField...textBoxField = new TextBoxField ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/java/fill-form/
  10. WordML2003SaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.WORD_ML format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...WordML2003SaveOption options = new WordML2003SaveOption(); // Set...

    reference.aspose.com/words/java/com.aspose.word...