Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 195,196 for

new

(0.2 sec)
  1. Working with Tables | Aspose.Note Documentation

    A comprehensive guide on working with tables in Java programming language....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/java/working-with-tables/
  2. FieldInfo.NewValue | Aspose.Words for .NET

    Discover the FieldInfo NewValue property, easily manage optional values to enhance your data updates and streamline your coding experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...corresponding built-in property with the new value. field = ( FieldInfo )...

    reference.aspose.com/words/net/aspose.words.fie...
  3. FieldInfo.InfoType | Aspose.Words for .NET

    Discover how to manage FieldInfo InfoType properties effortlessly. Easily set or retrieve document types for seamless integration in your projects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...corresponding built-in property with the new value. field = ( FieldInfo )...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Font.Size | Aspose.Words for .NET

    Adjust font size effortlessly with the Font Size property. Customize your text in points for enhanced readability and design appeal....Document doc = new Document (); Run run = new Run ( doc , "Hello...Font ; font . Name = "Courier New" ; font . Size = 36 ; font ....

    reference.aspose.com/words/net/aspose.words/fon...
  5. SmartTag.accept method | Aspose.Words for Node.js

    SmartTag.accept method. Accepts a visitor....'Create' , () => { let doc = new aw . Document (); // A smart...dotted underline. let smartTag = new aw . Markup . SmartTag ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Shape | Aspose.Words for .NET

    Create unique shape objects effortlessly with our Shape Constructor. Design custom forms and enhance your projects with ease and precision!...Shape constructor Creates a new shape object. public Shape (...into a document. Document doc = new Document (); // The "Shape" class's...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Manage Hyperlinks|Aspose.Slides Documentation

    How to add hyperlink to a PowerPoint Presentation in Java...Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/java/manage-hyperlinks/
  8. GradientStop.transparency property | Aspose.Wor...

    GradientStop.transparency property. Gets or sets a value representing the transparency of the gradient fill expressed as a percent in range 0.0 to 1.0....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...transparency = 0.25 ; // Add new gradient stop to the end of collection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. ShapeBase.ShapeType | Aspose.Words for .NET

    Discover the ShapeBase ShapeType property to easily access and define your shape types, enhancing your design capabilities and project efficiency....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertShape methods. Shape balloon = new Shape ( doc , ShapeType . Balloon...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Create Empty Document in NPOI|Aspose.Words for ...

    Create an empty document easily and fast instead of using NPOI in C#....without parameters to create a new blank document. If you want to...Aspose.Words ; Document doc = new Document (); doc . Save ( "blank...

    docs.aspose.com/words/net/create-empty-document...