Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 164,874 for

new

(0.15 sec)
  1. Font Substitution - PowerPoint JavaScript API|A...

    Substitute font in PowerPoint in JavaScript... Load the new font. Add a rule for the replacement...Loads a presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/font-substit...
  2. ChartSeriesCollection class | Aspose.Words for ...

    aspose.words.drawing.charts.ChartSeriesCollection class. Represents collection of a [ChartSeries](../chartseries/)...add(series_name, categories, values) Adds new ChartSeries to this collection...add(series_name, x_values, y_values) Adds new ChartSeries to this collection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PDF 粘性注释|Aspose.PDF for PHP via Java

    本主题关于粘性注释,作为示例我们展示了文本中的水印注释。它用于表示页面上的图形。查看代码片段以解决此任务。...$document = new Document ( $inputFile ); $fontRepository = new FontRepository...FontRepository (); $colors = new Color (); // 获取特定页面 $page = $document...

    docs.aspose.com/pdf/zh/php-java/sticky-annotati...
  4. Adding Transformation to the Node|Documentation

    Aspose.3D for Node.js via Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Initialize scene object var scene = new aspose . threed . Scene (); //...Initialize cylinder var cylinder = new aspose . threed . Cylinder (...

    docs.aspose.com/3d/nodejs-java/adding-transform...
  5. FontSubstitutionSettings.table_substitution pro...

    FontSubstitutionSettings.table_substitution property. Settings related to table substitution rule....font_settings = font_settings # Create a new table substitution rule and load..."Times New Roman" since they do not exist in our new font folder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Adding MapiTask to PST 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.... PHP Code $task = new MapiTask ( "To Do" , "Just click...and type to add new task" , new Date (), new Date ()); $task...

    docs.aspose.com/email/java/adding-mapitask-to-p...
  7. LoadOptions | Aspose.Words for Java

    Allows to specify additional options such as password or base URI when loading a document into a Document object in Java....class, () -> new Document(getMyDir() + "Encrypted...object. LoadOptions options = new LoadOptions("docPassword"); //...

    reference.aspose.com/words/java/com.aspose.word...
  8. SmartTag.Accept | Aspose.Words for .NET

    Enhance user engagement with SmartTag's Accept method, designed to seamlessly welcome visitors and boost your website's interaction....void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  9. PersonCollection.Clear | Aspose.Words for .NET

    Effortlessly clear your PersonCollection with our Clear method, instantly removing all items for a fresh start. Simplify your data management today!...Create a new person collection. PersonCollection persons = new PersonCollection...PersonCollection (); Person person = new Person ( "Roxanne" , "Brielle"...

    reference.aspose.com/words/net/aspose.words.bib...
  10. IDocumentSavingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during saving a document in Java....throws Exception { Document doc = new Document(getMyDir() + "Big document...HtmlSaveOptions saveOptions = new HtmlSaveOptions(saveFormat);...

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