Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 213,297 for

new

(0.22 sec)
  1. Working with print tickets | .NET

    Learn how to specify XPS document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xps/print-tickets/
  2. Manipulating print tickets | Java

    Discover how to set XPS document printing preferences for a printing or viewing device using the PrintTicket API in Aspose.Page for Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/xps/print-tickets/
  3. ConverterContext | Aspose.Words for Java

    Document converter context in Java....ConverterContext converterContext = new ConverterContext(); Converter...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  4. Manage Superscript and Subscript in Presentatio...

    Master superscript and subscript in Aspose.Slides for PHP via Java and elevate your presentations with professional text formatting for maximum impact....existing Paragraphs Create a new paragraph object for holding...of the ITextFrame . Create a new portion object Set Escapement...

    docs.aspose.com/slides/php-java/superscript-and...
  5. 档案

    档案... StringPtr srcDir = new String("SourceDirectory\\");...// 输出目录路径。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh/cells/working-with-pivot-tab...
  6. 使用额外类型的PDF注释|Aspose.PDF for Java

    本节介绍如何添加、获取和删除PDF文档中的额外类型的注释。...加载 PDF 文件 Document document = new Document ( _dataDir + "sample...CaretAnnotation caretAnnotation1 = new CaretAnnotation ( document ....

    docs.aspose.com/pdf/zh/java/extra-annotations/
  7. Convert PowerPoint Presentations to Video on An...

    Learn how to convert PowerPoint presentations to video in Java. Discover sample code and automation techniques to streamline your workflow....Presentation presentation = new Presentation (); try { // Adds...ArrayList < String > frames = new ArrayList < String >(); PresentationAnimatio...

    docs.aspose.com/slides/androidjava/convert-powe...
  8. FieldArgumentBuilder.AddNode | Aspose.Words for...

    Enhance your code with the FieldArgumentBuilder AddNode method. Seamlessly add nodes to arguments for improved functionality and performance.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  9. While generating using Aspose.Words mail merge ...

    Hello All, We are using DocParts to generate content for Aspose.Words mail merge. Within the DocParts, we utilize Word’s Outline/Navigation feature, applying built-in heading styles (e.g., Heading 1, Heading 2) to enabl…...as expected: Document doc = new Document(@"C:\Temp\in.docx");...engine = new ReportingEngine(); engine.BuildReport(doc, new object[]...

    forum.aspose.com/t/while-generating-using-aspos...
  10. SdtListItem | Aspose.Words for Java

    This element specifies a single list item within a parent SdtType.COMBO_BOX or SdtType.DROP_DOWN_LIST structured document tag in Java....Document doc = new Document(); StructuredDocumentTa tag = new StructuredDocumentTa(doc...getListItems(); listItems.add(new SdtListItem("Value 1")); Assert...

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