Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 164,887 for

new

(0.16 sec)
  1. 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...
  2. Export JasperReport to WMF|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....ASWmfExporter wmfExporter = new ASWmfExporter (); ASWmfExportConfigura...ASWmfExportConfigura wmfExportConfigurati = new ASWmfExportConfigura (); wmfExporter...

    docs.aspose.com/imaging/jasperreports/export-ja...
  3. Ustvari PDF Z Uporabo Java

    Ustvarite novo PDF v Java v nekaj korakih. Preprosto ustvarite PDF s knjižnico Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sl/java/make/pdf/
  4. Make DOC Using Java

    Make a New DOC in Java in a few steps. Easily create DOC using Java library....the following example: Make a new DOC using Java Copy Examples...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    products.aspose.com/words/java/make/doc/
  5. TableSubstitutionRule.Load | Aspose.Words for .NET

    Effortlessly load table substitution settings from XML files with the TableSubstitutionRule Load method. Optimize your data management today!...doc = new Document (); FontSettings fontSettings = new FontSettings...= fontSettings ; // Create a new table substitution rule and load...

    reference.aspose.com/words/net/aspose.words.fon...
  6. SectionStart | Aspose.Words for Java

    The type of break at the beginning of the section in Java.... Document doc = new Document(); // A blank document...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/java/com.aspose.word...
  7. AxisBound | Aspose.Words for .NET

    Create dynamic axis bounds effortlessly with AxisBound constructor, allowing your word processing app to auto-determine optimal layouts for enhanced user experience....Hide ] AxisBound() Creates a new instance indicating that axis...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  8. TextBox not converting correctly to PDF - Free ...

    We have a PowerPoint presentation with several text boxes that aren’t converting correctly to PDF. In some cases, the text wraps and displays outside the bounding box. I’ve attached both the PowerPoint and the converted…...(Presentation presentation = new Presentation(inputFile)) { PdfOptions...PdfOptions saveOptions = new PdfOptions { EmbedFullFonts = true...

    forum.aspose.com/t/textbox-not-converting-corre...
  9. Aspose.PSD for .NET 22.1 - 发行说明|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 ( new PsdOptions () { Source = new StreamSource ( new MemoryStream...shape2 = new PathShape (); shape2 . Points . Add ( new BezierKnot...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  10. CompareOptions | Aspose.Words for Java

    Allows to choose additional options for document comparison operation in Java....docOriginal = new Document(); DocumentBuilder builder = new Documen...newComment = new Comment(docOriginal, "John Doe", "J.D.", new Date());...

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