Sort Score
Result 10 results
Languages All
Labels All
Results 4,601 - 4,610 of 213,096 for

new

(0.17 sec)
  1. Table.styleOptions property | Aspose.Words for ...

    Table.styleOptions property. Gets or sets bit flags that specify how a table style is applied to this table....build a new table while applying a style. let doc = new aw . Document...Document (); let builder = new aw . DocumentBuilder ( doc ); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Aspose::Words::StyleCollection::get_DefaultPara...

    Aspose::Words::StyleCollection::get_DefaultParagraphFormat method. Gets document default paragraph formatting in C++....// Set default parameters for new styles that we may later add...() -> set_Name ( u "Courier New" ); // If we add a style of the...

    reference.aspose.com/words/cpp/aspose.words/sty...
  3. Manage Picture Frames in Presentations on Andro...

    Add picture frames to PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Streamline your workflow and enhance slide designs....PPTX file Presentation pres = new Presentation (); try { // Gets...getImages (). addImage ( new FileInputStream ( new File ( "asp1.jpg"...

    docs.aspose.com/slides/androidjava/picture-frame/
  4. Customize Presentation Shapes in .NET|Aspose.Sl...

    Create and customize shapes in PowerPoint presentations with Aspose.Slides for .NET: geometry paths, curved corners, composite shapes....curvature for a corner or point add new points to the square manipulate...to change a shape or create a new shape from an existing shape...

    docs.aspose.com/slides/net/custom-shape/
  5. FieldKeywords | Aspose.Words for Java

    Implements the KEYWORDS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...corresponding built-in property with the new value. field.setText("OverridingKeyword");...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldComments | Aspose.Words for Java

    Implements the COMMENTS field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...property, // and then display the new value. field.setText("My overriding...

    reference.aspose.com/words/java/com.aspose.word...
  7. FieldUserAddress | Aspose.Words for Java

    Implements the USERADDRESS field in Java.... Document doc = new Document(); // Create a UserInformation...UserInformation userInformation = new UserInformation(); userInformation...

    reference.aspose.com/words/java/com.aspose.word...
  8. Aspose.Cells 8.6.0中的公共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....MetadataType MetadataOptions options = new MetadataOptions ( MetadataType...WorkbookMetadata metaWorkbook = new WorkbookMetadata ( "sample.xlsx"...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Different Ways to Open Files with Node.js via C...

    This article explains how to open an Excel file using Aspose.Cells for Node.js via C++ API....file path const workbook1 = new AsposeCells . Workbook ( filePath...LoadFormat const loadOptions = new AsposeCells . LoadOptions ( AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/different-ways...
  10. Manage Header and Footer|Aspose.PDF for .NET

    Explore how to manipulate headers and footers in PDF files in .NET with Aspose.PDF for improved document structuring....object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...the header var formattedText = new Aspose . Pdf . Facades . FormattedText...

    docs.aspose.com/pdf/net/manage-header-and-footer/