Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 164,045 for

new

(0.05 sec)
  1. License File Not Working Anymore|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....publish their web project(s) to a new server. They feel upset as their...using the component) on the new server environment. A Scenario...

    docs.aspose.com/cells/net/license-file-not-work...
  2. 使用嵌套对象|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....WorkbookDesigner designer = new WorkbookDesigner (); //Load the...template file designer . Workbook = new Workbook ( FileName ); //Instantiate...

    docs.aspose.com/cells/zh/net/using-nested-objects/
  3. Insert or Delete Rows or Columns|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....] Whether we are creating a new worksheet from scratch or we...the index of the row where the new row will be inserted. //Creating...

    docs.aspose.com/cells/net/insert-or-delete-rows...
  4. FieldGlossary.EntryName | Aspose.Words for .NET

    Discover the FieldGlossary EntryName property to easily manage glossary entries—get or set names for seamless content integration.... Document doc = new Document (); // Create a glossary...it. doc . GlossaryDocument = new GlossaryDocument (); BuildingBlock...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Splitter.Create | Aspose.Words for .NET

    Discover how to efficiently create a New instance of the splitter processor with our easy-to-follow guide for seamless integration and enhanced performance....Create method Creates new instance of the splitter processor...SplitterContext splitterContext = new SplitterContext (); splitterContext...

    reference.aspose.com/words/net/aspose.words.low...
  6. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。...PDF file Document document = new Document ( System . IO . Path...caretAnnotation1 = new CaretAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/annotation/
  7. ImportFormatOptions.keepSourceNumbering propert...

    ImportFormatOptions.keepSourceNumbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... let srcDoc = new aw . Document ( base . myDir...lists. let importFormatOptions = new aw . ImportFormatOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Field | Aspose.Words for Java

    Represents a Microsoft Word document field in Java.... To create a new field use the DocumentBuilder...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  9. Exporting Math Equations|Aspose.Slides Document...

    Export PowerPoint math equations in C# or .NET...using ( Presentation pres = new Presentation ()) { var autoShape...MathParagraph ; mathParagraph . Add ( new MathematicalText ( "a" ). SetSuperscript...

    docs.aspose.com/slides/net/exporting-math-equat...
  10. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Comment comment = new Comment(doc, "John Doe", "JD", new Date()); builder...

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