Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 213,277 for

new

(0.17 sec)
  1. DefaultFontSubstitutionRule | Aspose.Words for ...

    Default font substitution rule in Java....doc = new Document(); FontSettings fontSettings = new FontSettings();...all missing fonts with "Times New Roman". DefaultFontSubstitut...

    reference.aspose.com/words/java/com.aspose.word...
  2. Make A Document In C#

    Create a file using .NET library. Easily create a New document in C# in a few steps....Word documents in C# Create a new document in almost any format...the following example: Make a new document using C# Copy Examples...

    products.aspose.com/words/net/make/
  3. Manage ActiveX Controls in Presentations in .NE...

    Learn how Aspose.Slides for .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides....Presentation presentation = new Presentation ( "ActiveX.pptm"...image unchanged. Bitmap image = new Bitmap (( int ) control . Frame...

    docs.aspose.com/slides/net/activex/
  4. AxisBound | Aspose.Words for Java

    Represents minimum or maximum bound of axis values in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getSeries().add("Aspose Test Series", new Date[] { DocumentHelper.createDate(2017...

    reference.aspose.com/words/java/com.aspose.word...
  5. 档案

    档案...Diagram diagram = new Diagram(); // Initiazlie a new PointF PointF[]...ps = new PointF[] { new PointF(1, 1), new PointF(2, 2), new PointF(3...

    blog.aspose.com/zh/diagram/draw-shapes-in-page-...
  6. Resize EPS using Java API Solution

    Resize EPS functionality offered by Aspose.Page API solution for Java is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/resize-eps/
  7. ImageSaveOptions.PageSet | Aspose.Words for .NET

    Discover the ImageSaveOptions PageSet property to customize your document rendering. Control which pages to save for optimized output. Explore now!... Document doc = new Document ( MyDir + "Images.docx"...ImageSaveOptions imageOptions = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  8. MathText|Aspose.Slides 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....Add_Math_Text () { using var pres = new Presentation (); var slide =...fraction: x / y var fraction = new MathematicalText ( "x" ). Divide...

    docs.aspose.com/slides/net/examples/elements/ma...
  9. Quick Tips|Aspose.PDF for Java

    Boost your productivity with quick tips for Aspose.PDF for Java. Learn time-saving techniques and essential tricks....document = null ; try { document = new Document (); document . getPages...JavascriptAction javaScript = new JavascriptAction ( "this.print({bUI:true...

    docs.aspose.com/pdf/java/quick-tips/
  10. PDF Highlights Annotation|Aspose.PDF for Java

    标记注释在文档的文本中以高亮、下划线、删除线或波浪下划线的形式呈现。...加载PDF文件 Document document = new Document ( _dataDir + "sample...); TextFragmentAbsorber tfa = new TextFragmentAbsorber ( "PDF"...

    docs.aspose.com/pdf/zh/java/highlights-annotation/