Sort Score
Result 10 results
Languages All
Labels All
Results 4,541 - 4,550 of 164,131 for

new

(0.06 sec)
  1. IStructuredDocumentTag.Tag | Aspose.Words for .NET

    Discover the IStructuredDocumentTag property that defines a unique tag for your SDT node, enhancing document structure and ensuring clarity.... Document doc = new Document (); // Create a structured... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  2. Merge RVM File Formats via Java | products.aspo...

    Sample Java merge RVM file. Use this example code to merge RVM file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/rvm/
  3. Merge FBX File Formats via Java | products.aspo...

    Sample Java merge FBX file. Use this example code to merge FBX file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/fbx/
  4. Merge USD File Formats via Java | products.aspo...

    Sample Java merge USD file. Use this example code to merge USD file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/usd/
  5. Merge OBJ File Formats via Java | products.aspo...

    Sample Java merge OBJ file. Use this example code to merge OBJ file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/obj/
  6. Merge ASE File Formats via Java | products.aspo...

    Sample Java merge ASE file. Use this example code to merge ASE file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/ase/
  7. Merge JT File Formats via Java | products.aspos...

    Sample Java merge JT file. Use this example code to merge JT file within any Web or Desktop Java based application....generate usdz file Scene scene = new Scene(); int i = 0 ; for (String...file: files) { FileStream fs = new FileStream(file, FileStream.OPEN...

    products.aspose.com/3d/java/merger/jt/
  8. 字体替换 - PowerPoint Java API|Aspose.Slides for PH...

    在 PowerPoint 中替换字体...代码演示了字体替换过程: # 加载演示文稿 $pres = new Presentation ( "Fonts.pptx" );...{ # 加载将被替换的源字体 $sourceFont = new FontData ( "SomeRareFont" );...

    docs.aspose.com/slides/zh/php-java/font-substit...
  9. Header and Footers|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.... setHeader ( 1 , "&\"Times New Roman,Bold\"&D-&T" ); //Setting.... setHeader ( 2 , "&\"Times New Roman,Bold\"&12&F" ); Footer...

    docs.aspose.com/cells/java/header-and-footers/
  10. BookmarkStart | Aspose.Words for Java

    Represents a start of a bookmark in a Word document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

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