Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 33,738 for

new

(0.12 sec)
  1. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Header...logger = new ReplaceLog(); FindReplaceOptions options = new FindReplaceOptions();...

    reference.aspose.com/words/java/com.aspose.word...
  2. Slide Master|Aspose.Slides for PHP Documentation

    Add or edit slide master in PowerPoint presentation... When a new slide is added to a presentation...getSlides() list, and every new slide is added to the end of...

    docs.aspose.com/slides/php-java/slide-master/
  3. Entities with SAT/SAB structure|CAD 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....CadRasterizationOpti rasterizationOptions = new CadRasterizationOpti (); rasterizationOptions...rasterizationOptions . setLayouts ( new String [] { "Model" }); PdfOptions...

    docs.aspose.com/cad/java/developer-guide/entiti...
  4. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    Optimize your HTML output with the HtmlFixedSaveOptions property. Enhance performance by removing redundant canvases and merging similar glyphs. Default, true.... Document doc = new Document ( MyDir + "Rendering...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions { OptimizeOutput...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Font.style property | Aspose.Words for Node.js

    Font.style property. Gets or sets the character style applied to this formatting....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...style . font . name = "Courier New" ; builder . font . styleName...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Working with Image Borders in PHP|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....object $bb = new BarCodeBuilder (); $margins = new MarginsF ();...border's color to red $color = new Color (); $bb -> setBorderColor...

    docs.aspose.com/barcode/java/working-with-image...
  7. Comment.removeAllReplies method | Aspose.Words ...

    Comment.removeAllReplies method. Removes all replies to this comment....let doc = new aw . Document (); let comment = new aw . Comment...Bloggs" , "J.B." , Date . now (), "New reply" ); comment . addReply...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. CustomXmlSchemaCollection | Aspose.Words for Java

    A collection of strings that represent XML schemas that are associated with a custom XML part in Java.... Document doc = new Document(); String xmlPartId...// and then add a couple of new schemas to the clone. CustomXmlSchemaColle...

    reference.aspose.com/words/java/com.aspose.word...
  9. 图表坐标轴|Aspose.Slides 文档

    使用 C# 或 .NET 编辑 PowerPoint 图表坐标轴...using ( Presentation pres = new Presentation ()) { Chart chart...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/zh/net/chart-axis/
  10. 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...