Sort Score
Result 10 results
Languages All
Labels All
Results 9,841 - 9,850 of 222,975 for

new

(0.2 sec)
  1. Hyphenation.unregisterDictionary method | Aspos...

    Hyphenation.unregisterDictionary method. Unregisters a hyphenation dictionary for the specified language.... let doc = new aw . Document ( base . myDir...r => r . font . localeId == new CultureInfo ( "de-CH" ). LCID...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 Java 在演示文稿中管理 OLE|Aspose.Slides 文档

    使用 Aspose.Slides for Java 优化 PowerPoint 和 OpenDocument 文件中 OLE 对象的管理。无缝嵌入、更新和导出 OLE 内容。...Presentation presentation = new Presentation (); Dimension2D...IOleEmbeddedDataInfo dataInfo = new OleEmbeddedDataInfo ( fileData...

    docs.aspose.com/slides/zh/java/manage-ole/
  3. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsInsertRevision property enhances your Word documents by identifying changes made during tracking. Boost your editing efficiency!... Document doc = new Document (); Assert . That (...revision of any kind. Shape shape = new Shape ( doc , ShapeType . Cube...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 三角网格|Documentation

    Aspose.3D for Java API 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元 (非三角形数据在驱动程序级别进行三角化,这在实时渲染中效率低下)。...Initialize scene object Scene scene = new Scene (); scene . open ( MyDir...scene . getRootNode (). accept ( new NodeVisitor () { @Override public...

    docs.aspose.com/3d/zh/java/triangulate-mesh/
  5. FieldInclude.LockFields | Aspose.Words for .NET

    Manage document updates effortlessly with the FieldInclude LockFields property. Control field editing and enhance document integrity with ease....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  6. TextWatermarkOptions.IsSemitrasparent | Aspose....

    Discover the TextWatermarkOptions IsSemitransparent property—control watermark opacity easily. Enhance your designs with customizable transparency settings!... Document doc = new Document (); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions (); textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/tex...
  7. TextWatermarkOptions.Layout | Aspose.Words for ...

    Discover the TextWatermarkOptions Layout property to customize your watermark's appearance. Easily set it to Diagonal or your preferred layout for enhanced visuals.... Document doc = new Document (); // Add a plain text...TextWatermarkOptions textWatermarkOptions = new TextWatermarkOptions (); textWatermarkOptions...

    reference.aspose.com/words/net/aspose.words/tex...
  8. 公共 API Aspose.Diagram 16.11.0 的变化|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....Visio diagram Diagram diagram = new Diagram ( "C:\\temp\\Drawing1...Java // create a new diagram Diagram diagram = new Diagram (); //...

    docs.aspose.com/diagram/zh/java/public-api-chan...
  9. Creating a Named Range in VSTO and Aspose.Cells...

    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....xl = Application ; //Create a new Workbook Excel . Workbook wb... Value , "Test" ); } //Save New Workbook wb . SaveCopyAs ( "Test_Range...

    docs.aspose.com/cells/net/creating-a-named-rang...
  10. Document.cleanup method | Aspose.Words for Node.js

    Aspose.Words.Document.cleanup method... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...