Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 33,831 for

new

(0.09 sec)
  1. Convert XPS using API for Java

    XPS to JPG conversion functionality included in Aspose.Page API solution for Java is described and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/java/convert-xps/
  2. Image Gridline color different from the color i...

    I am using Aspose.Cells to take snapshot of a range, when I get the image it has gridlines which are thicker and of a different color than in the excel sheet. I took one image using Range.getImage() of excel javascript A…...ImageOrPrintOptions imgOptions = new ImageOrPrintOptions { OnePagePerSheet...GridlineType.Hair }; SheetRender sr = new SheetRender(worksheet, imgOptions);...

    forum.aspose.com/t/image-gridline-color-differe...
  3. PreferredWidth.Equals | Aspose.Words for .NET

    Discover how the PreferredWidth Equals method checks if your specified width matches the current value, ensuring precision in your layout design....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."PreferredWidth" property creates a new object. Assert . AreNotEqual...

    reference.aspose.com/words/net/aspose.words.tab...
  4. WebExtensionPropertyCollection | Aspose.Words f...

    Specifies a set of web extension custom properties in Java.... Document doc = new Document(); // Create task pane...TaskPane myScriptTaskPane = new TaskPane(); doc.getWebExtensionTaskP()...

    reference.aspose.com/words/java/com.aspose.word...
  5. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...layoutCollector = new(document); LayoutEnumerator layoutEnumerator = new(document);...is the code: Document doc = new Document("input.docx"); LayoutCollector...

    forum.aspose.com/t/topic/311958
  6. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java.... Document doc = new Document(getMyDir() + "Tables...throws Exception { Document doc = new Document(getMyDir() + "Nested...

    reference.aspose.com/words/java/com.aspose.word...
  7. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in Java...Presentation presentation = new Presentation (); Dimension2D...IOleEmbeddedDataInfo dataInfo = new OleEmbeddedDataInfo ( fileData...

    docs.aspose.com/slides/java/manage-ole/
  8. FieldCitation | Aspose.Words for Java

    Implements the CITATION field in Java.... Document doc = new Document(getMyDir() + "Bibliography...docx"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. TextColumnCollection.set_count method | Aspose....

    TextColumnCollection.set_count method. Arranges text into the specified number of text columns....set_count method set_count(new_count) Arranges text into the...self , new_count : int ): ... Parameter Type Description new_count...

    reference.aspose.com/words/python-net/aspose.wo...
  10. TableStyle | Aspose.Words for Java

    Represents a table style in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...be applied automatically to a new paragraph inserted after a paragraph...

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