Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 199,167 for

new

(0.09 sec)
  1. 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/
  2. Creating a complex PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to create more complex documents that contain images, text fragments, and tables in one document.... $document = new Document (); //Add page $page...AddImage ( $imageFileName , new Rectangle ( 20 , 730 , 120 ,...

    docs.aspose.com/pdf/php-java/complex-pdf-example/
  3. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java.... Document doc = new Document(getMyDir() + "Reporting...CsvDataLoadOptions loadOptions = new CsvDataLoadOptions(true); loadOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. PageSetup.sectionStart property | Aspose.Words ...

    PageSetup.sectionStart property. Returns or sets the type of section break for the specified object....Examples Shows how to specify how a new section separates itself from...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. VbaModule.Type | Aspose.Words for .NET

    Discover the VbaModule Type property, define your modules as procedural, document, class, or designer for enhanced functionality and organization....Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  6. Font.size property | Aspose.Words for Node.js

    Font.size property. Gets or sets the font size in points.... let doc = new aw . Document (); let run = new aw . Run ( doc...font ; font . name = "Courier New" ; font . size = 36 ; font ....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DigitalSignatureDetails | Aspose.Words for Java

    Contains details for signing a document with a digital signature in Java.... Document doc = new Document(getMyDir() + "Document...saveOptions = new OoxmlSaveOptions(); SignOptions signOptions = new SignOptions();...

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

    Create stunning gradients effortlessly with the GradientStop constructor. Initialize and customize your designs with ease for vibrant visual appeal!...Color, double ) Initializes a new instance of the GradientStop...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. Getting Warning Callbacks for Fonts Substitutio...

    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.... RenderingOptions options = new RenderingOptions (); options...options . WarningCallback = new HandleFontsWarnings (); // Load the...

    docs.aspose.com/slides/net/getting-warning-call...
  10. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image formats....//load the scene Scene scene = new Scene ( path ); //create a camera...capturing the cube map Camera cam = new Camera ( ProjectionType . Perspective...

    docs.aspose.com/3d/net/render-a-scene-into-the-...