Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 214,361 for

new

(0.33 sec)
  1. Apply Different Style on the Each Text Value of...

    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.... new ( data_dir + "Drawing.vsd" )...'com.aspose.diagram.Cp' ) . new ( 0 )) shape . getText () . getValue...

    docs.aspose.com/diagram/java/apply-different-st...
  2. Font.Color | Aspose.Words for .NET

    Discover the Font Color property to easily customize text colors in your designs. Enhance readability and aesthetics with vibrant, eye-catching hues!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Blue ; font . Name = "Courier New" ; font . Underline = Underline...

    reference.aspose.com/words/net/aspose.words/fon...
  3. Font.Position | Aspose.Words for .NET

    Discover the Font Position property, easily adjust text alignment in points for precise control over your typography. Elevate your design with flexible positioning!... Document doc = new Document (); Paragraph para =...above the baseline. Run run = new Run ( doc , "Raised text. " );...

    reference.aspose.com/words/net/aspose.words/fon...
  4. DefaultFontSubstitutionRule.default_font_name p...

    DefaultFontSubstitutionRule.default_font_name property. Gets or sets the default font name....The default value is ‘Times New Roman’. Examples Shows how to..."DefaultFontName" property to "Courier New" to, # while rendering the document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Document wordWithBorder = new Aspose.Words.Document(@“A-WithBorder...Pdf.Document pdfWithBorder = new Aspose.Pdf.Document(“A-WithBorder...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  6. Re-Order Sheets Within Workbook|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....//Create a new Workbook. Workbook workbook = new Workbook ();...Workbook wb = new HSSFWorkbook (); wb . createSheet ( "new sheet" );...

    docs.aspose.com/cells/java/re-order-sheets-with...
  7. FieldFillIn | Aspose.Words for Java

    Implements the FILLIN field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setUserPromptRespond(new PromptRespondent()); doc.getMailMerge()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Generating the template|Documentation

    How to render a printable form and generate a recognition pattern file for Aspose.OMR engine.... OmrEngine omrEngine = new Aspose . OMR . Api . OmrEngine...GlobalPageSettings globalPageSettings = new Aspose . OMR . Generation . GlobalPageSettings...

    docs.aspose.com/omr/net/generate-template/
  9. Cancelling Meeting Requests with Calendar|Docum...

    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....SMTPClient SmtpClient client = new SmtpClient ( "MailServer" , "Username"...MailAddressCollectio attendees = new MailAddressCollectio (); for...

    docs.aspose.com/email/java/cancelling-meeting-r...
  10. ComparerContext | Aspose.Words for Java

    Document comparer context in Java....ComparerContext comparerContext = new ComparerContext(); comparerContext...comparerContext.setDateTime(new Date()); Comparer.create(comparerContext)...

    reference.aspose.com/words/java/com.aspose.word...