Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 167,159 for

new

(0.06 sec)
  1. FieldUpdateCultureSource Enum | Aspose.Words fo...

    Discover Aspose.Words.Fields.FieldUpdateCultureSource. Control field updates with customizable culture settings for enhanced document accuracy....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "de-DE" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  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....FileName = FilePath + "Insert a new worksheet.xlsx" ; InsertWorksheet...newWorksheetPart . Worksheet = new Worksheet ( new SheetData ()); Sheets...

    docs.aspose.com/cells/zh/net/insert-a-new-works...
  3. Buat DOCX Menggunakan Java

    Buat DOCX baharu dalam Java dalam beberapa langkah. Buat DOCX dengan mudah menggunakan pustaka Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/ms/java/make/docx/
  4. Կատարեք Markdown՝ Օգտագործելով Java

    Ստեղծեք նոր Markdown Java ում մի քանի քայլով: Հեշտությամբ ստեղծեք Markdown՝ օգտագործելով Java գրադարանը:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/hy/java/make/md/
  5. Urobiť HTML Pomocou Java

    Vytvorte nový HTML v Java v niekoľkých krokoch. Jednoducho vytvorte HTML pomocou knižnice Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sk/java/make/html/
  6. Urobiť WORD Pomocou Java

    Vytvorte nový WORD v Java v niekoľkých krokoch. Jednoducho vytvorte WORD pomocou knižnice Java....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...getFont(); font.setName( "Courier New" ); font.setColor(Color.BLUE);...

    products.aspose.com/words/sk/java/make/word/
  7. OoxmlSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.DOCX SaveFormat.DOCM SaveFormat.DOTX SaveFormat.DOTM or SaveFormat.FLAT_OPC format in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  8. VbaModule | Aspose.Words for .NET

    Effortlessly create empty VBA modules with our VbaModule constructor. Streamline your coding process and enhance your development workflow today!...Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  9. Table | Aspose.Words for .NET

    Create custom tables effortlessly with our intuitive Table Constructor. Build, customize, and optimize your data display in minutes!...Table constructor Initializes a new instance of the Table class....Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  10. WriteInConfig|Documentation

    WriteInConfig element provides a blank field in which the respondent can hand write some text or draw a picture.... new WriteInConfig () Optional properties...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/writ...