Sort Score
Result 10 results
Languages All
Labels All
Results 461 - 470 of 216,907 for

new

(0.42 sec)
  1. 在 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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...getText () -> getValue () -> add ( new Cp ( 0 )); $shape -> getText...

    docs.aspose.com/diagram/zh/java/apply-different...
  2. TableSubstitutionRule.SetSubstitutes | Aspose.W...

    Discover how to customize font names with the TableSubstitutionRule SetSubstitutes method. Enhance your design with tailored typography solutions!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Amethysta": "Arvo", and "Courier New". // If the first substitute...

    reference.aspose.com/words/net/aspose.words.fon...
  3. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for .NET offers AmfSaveOptions class which allows you to set bool value for compression as per your requirements. By default the value is set to true....scene Scene scene = new Scene (); var box = new Box (); var tr =...Scale = new Vector3 ( 12 , 12 , 12 ); tr . Translation = new Vector3...

    docs.aspose.com/3d/net/export-scene-to-compress...
  4. VbaModule.name property | Aspose.Words for Node.js

    VbaModule.name property. Gets or sets VBA project module name.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MailMergerContext.SetSimpleDataSource | Aspose....

    Enhance your mail merge efficiency with the MailMergerContext SetSimpleDataSource method, streamlining data source setup for seamless execution....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  6. HtmlFixedSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.HTML_FIXED format in Java....throws Exception { Document doc = new Document(getMyDir() + "Rendering...ResourceUriPrinter callback = new ResourceUriPrinter(); HtmlFixedSaveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Aspose.PSD smartFilter - Free Support Forum - a...

    Smart filters are not saved when updating text. But if you open the PSD and save the smart object yourself, then all filters start working again...что PsdLoadOptions options = new PsdLoadOptions() { LoadEffectsResource...//Захоидм в нешл using (var stream = new MemoryStream(smart.Contents))...

    forum.aspose.com/t/aspose-psd-smartfilter/241290
  8. Aspose.PSD for Java 24.4 - 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....than one time License license = new License (); String liccorrectJava...image . save ( outputFilePath , new PngOptions ()); } PSDJAVA-612...

    docs.aspose.com/psd/java/aspose-psd-for-java-24...
  9. Prolblem convert html to pdf/a with compliance ...

    Hi, my company has upgraded to Aspose 23. I’m having a problem when I try to convert HTML to PDF/A with a compliance level. From what I understand, it’s no longer possible to directly set the compliance level on the A…...Exception { if (null == os) { throw new IllegalArgumentExcep(OUTPUT_STREAM_NULL);...(ByteArrayOutputStrea tempPdfStream = new ByteArrayOutputStrea()) { final...

    forum.aspose.com/t/prolblem-convert-html-to-pdf...
  10. 数学文本|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理数学文本:创建和编辑方程式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。...Add_Math_Text () { using var pres = new Presentation (); var slide =...添加一个简单分数:x / y var fraction = new MathematicalText ( "x" ). Divide...

    docs.aspose.com/slides/zh/net/examples/elements...