Sort Score
Result 10 results
Languages All
Labels All
Results 971 - 980 of 33,738 for

new

(0.07 sec)
  1. Font.LineSpacing | Aspose.Words for .NET

    Discover the Font LineSpacing property, which provides the precise line spacing in points, enhancing your text's readability and design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Times New Roman" ; Assert . AreEqual (...

    reference.aspose.com/words/net/aspose.words/fon...
  2. Font.HighlightColor | Aspose.Words for .NET

    Discover the Font HighlightColor property—easily customize your text's highlight color for enhanced readability and visual appeal. Elevate your design!...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...
  3. VbaModule constructor | Aspose.Words for Python

    VbaModule constructor. Creates an empty module.... Document () # Create a new VBA project. project = aw . vba...vba_project = project # Create a new module and specify a macro source...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manage OLE|Aspose.Slides for PHP Documentation

    Manage OLE objects in PowerPoint presentations in PHP... $presentation = new Presentation (); $slideSize =...( "book.xlsx" ); $dataInfo = new OleEmbeddedDataInfo ( $fileData...

    docs.aspose.com/slides/php-java/manage-ole/
  5. Convert XPS files | .NET API Solution

    XPS to PNG conversion functionality included in Aspose.Page API solution for .NET is described and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert-xps/
  6. AposePDF.Net Linux - Free Support Forum - aspos...

    I try to realize a Poc on linux , and when use this code using var document = New Aspose.Pdf.Document(pdfFile); var pngDevice = New Aspose.Pdf.Devices.JpegDevice() { }; …...document = new Aspose.Pdf.Document(pdfFile); var pngDevice = new Aspose...JpegDevice() { }; using var pngStream = new FileStream(imgFile, FileMode...

    forum.aspose.com/t/aposepdf-net-linux/311150
  7. ShapeBase.isTopLevel property | Aspose.Words fo...

    ShapeBase.isTopLevel property. Returns ``true`` if this shape is not a child of a group shape.... let doc = new aw . Document (); let shape = new aw . Drawing...toEqual ( true ); let group = new aw . Drawing . GroupShape ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Vba::VbaModuleCollection::Add me...

    Aspose::Words::Vba::VbaModuleCollection::Add method. Adds a module to the collection in C++....< Document > (); // Create a new VBA project. auto project = MakeObject...set_VbaProject ( project ); // Create a new module and specify a macro source...

    reference.aspose.com/words/cpp/aspose.words.vba...
  9. Working with Textures in PS file | Java

    How to add texture pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-textu...
  10. PageRange Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageRange class for defining continuous page ranges easily. Enhance your document processing with precision and efficiency....PageRange ( int, int ) Creates a new page range object. Examples Shows...page ranges. Document doc = new Document ( MyDir + "Images.docx"...

    reference.aspose.com/words/net/aspose.words.sav...