Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 164,430 for

new

(0.07 sec)
  1. Make A Document In Java

    Create a file using Java library. Easily create a New document in Java in a few steps....Word documents in Java Create a new document in almost any format...the following example: Make a new document using Java Copy Examples...

    products.aspose.com/words/java/make/
  2. 添加幻灯片到演示文稿|Aspose.Slides 文档

    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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...slideTitle == null ) { throw new ArgumentNullExceptio ( "slideTitle"...

    docs.aspose.com/slides/zh/net/adding-slide-to-p...
  3. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....置不同的默认字体名称,如Courier New、Arial、Times New Roman等,将工作簿保存为HTML。 截图显示通过...属性设置不同默认字体名的效果。 该代码生成了使用Courier New的 output HTML文件 , 使用Arial的 output...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  4. IReplacingCallback | Aspose.Words for Java

    Implement this interface if you want to have your own custom method called during a find and replace operation in Java....throws Exception { Document doc = new Document(getMyDir() + "Header...logger = new ReplaceLog(); FindReplaceOptions options = new FindReplaceOptions();...

    reference.aspose.com/words/java/com.aspose.word...
  5. Create Empty Document in NPOI|Aspose.Words for ...

    Create an empty document easily and fast instead of using NPOI in C#....without parameters to create a new blank document. If you want to...Aspose.Words ; Document doc = new Document (); doc . Save ( "blank...

    docs.aspose.com/words/net/create-empty-document...
  6. Row.ensureMinimum method | Aspose.Words for Nod...

    Row.ensureMinimum method. If the [Row](../) has no cells, creates and appends one [Cell](../../cell/).... let doc = new aw . Document (); let table = new aw . Tables...appendChild ( table ); let row = new aw . Tables . Row ( doc ); table...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DigitalSignatureDetails Class | Aspose.Words fo...

    Discover the Aspose.Words.Saving.DigitalSignatureDetails class for seamless digital document signing. Enhance security and authenticity effortlessly!...SignOptions ) Initializes a new instance of DigitalSignatureDeta...OOXML document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.sav...
  8. CompareOptions.Granularity | Aspose.Words for .NET

    Discover the CompareOptions Granularity property, track changes by character or word for precise text editing. Enhance your document control today!...docA = new Document (); DocumentBuilder builderA = new DocumentBuilder...docB = new Document (); DocumentBuilder builderB = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.com...
  9. AiModel Class | Aspose.Words for .NET

    Discover the Aspose.Words.AI.AiModel class, your key to leveraging advanced Generative Language Models for enhanced text generation and automation....Create ( AiModelType ) Creates a new instance of AiModel class. WithApiKey...models. Document firstDoc = new Document ( MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.ai/...
  10. SignOptions | Aspose.Words for Java

    Allows to specify options for document signing in Java....our new digital signature. SignOptions signOptions = new SignOptions();...comment"); signOptions.setSignTime(new Date()); } // Take an unsigned...

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