Sort Score
Result 10 results
Languages All
Labels All
Results 2,441 - 2,450 of 196,987 for

new

(0.07 sec)
  1. RowFormat.Height | Aspose.Words for .NET

    Discover the RowFormat Height property to easily adjust table row height in points, enhancing your document's layout and readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current row, as well as any new rows it creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words.tab...
  2. RowFormat.HeightRule | Aspose.Words for .NET

    Discover the RowFormat HeightRule property to easily customize table row heights for optimal layout and design in your applications....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...current row, as well as any new rows it creates afterwards. builder...

    reference.aspose.com/words/net/aspose.words.tab...
  3. CommandButtonControl | Aspose.Words for Java

    The CommandButton control runs a macro that performs an action when a user clicks it in Java.... DocumentBuilder builder = new DocumentBuilder(); CommandButtonControl...CommandButtonControl button1 = new CommandButtonControl(); Shape shape...

    reference.aspose.com/words/java/com.aspose.word...
  4. ReplacerContext Class | Aspose.Words for .NET

    Discover the Aspose.Words LowCode ReplacerContext class for seamless find and replace operations, enhancing your document automation and efficiency....docx" ; Regex pattern = new Regex ( "gr(a|e)y" ); string...ReplacerContext replacerContext = new ReplacerContext (); replacerContext...

    reference.aspose.com/words/net/aspose.words.low...
  5. Aspose.PSD for .NET 24.7 - Release Notes|Docume...

    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.... Save ( outputFile , new PngOptions ()); } PSDNET-2022...saveOptions = new PdfOptions (); saveOptions . PdfCoreOptions = new PdfCoreOptions...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-7...
  6. Aspose::Words::Fonts::TableSubstitutionRule cla...

    Aspose::Words::Fonts::TableSubstitutionRule class. Table font substitution rule. To learn more, visit the documentation article in C++....fontSettings ); // Create a new table substitution rule and load...for the "Times New Roman CE" font is "Times New Roman". ASPOSE_ASSERT_EQ...

    reference.aspose.com/words/cpp/aspose.words.fon...
  7. Working with Folders on IMAP Server|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....folderInfoColl ) { // Folder name and get New messages in the folder System...()); System . out . println ( "New message count: " + folderExtInfo...

    docs.aspose.com/email/java/working-with-folders...
  8. Export JasperReport to PSD|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....ASPsdExporter psdExporter = new ASPsdExporter (); ASPsdExportConfigura...ASPsdExportConfigura psdExportConfigurati = new ASPsdExportConfigura (); psdExportConfigurati...

    docs.aspose.com/imaging/jasperreports/export-ja...
  9. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...throws Exception { Document doc = new Document(getMyDir() + "Hidden...

    reference.aspose.com/words/java/com.aspose.word...
  10. Manage Hyperlinks|Aspose.Slides for PHP Documen...

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

    docs.aspose.com/slides/php-java/manage-hyperlinks/