Sort Score
Result 10 results
Languages All
Labels All
Results 4,101 - 4,110 of 164,148 for

new

(0.05 sec)
  1. FieldMergingArgsBase.DocumentFieldName | Aspose...

    Discover the DocumentFieldName property of FieldMergingArgsBase. Easily access and manage merge field names for efficient document processing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...MailMerge . FieldMergingCallback = new HandleMergeFieldInse (); doc...

    reference.aspose.com/words/net/aspose.words.mai...
  2. Hyphenation.WarningCallback | Aspose.Words for ...

    Discover the Hyphenation WarningCallback property, ensuring optimal formatting by detecting issues in hyphenation patterns during loading. Maximize text fidelity!...WarningInfoCollectio warningInfoCollectio = new WarningInfoCollectio (); Hyphenation...stream. Stream dictionaryStream = new FileStream ( MyDir + "hyph_en_US...

    reference.aspose.com/words/net/aspose.words/hyp...
  3. Set Size Unit for the Barcode Image in PHP|Docu...

    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....object $symbology = new Symbology (); $bb = new BarCodeBuilder (...is Milimeter $graphicsUnit = new GraphicsUnit (); $bb -> setGraphicsUnit...

    docs.aspose.com/barcode/java/set-size-unit-for-...
  4. StyleCollection.count property | Aspose.Words f...

    StyleCollection.count property. Gets the number of styles in the collection....# Set default parameters for new styles that we may later add...default_font . name = 'Courier New' # If we add a style of the "StyleType...

    reference.aspose.com/words/python-net/aspose.wo...
  5. FormField.Type | Aspose.Words for .NET

    Discover the FormField Type property to easily identify and utilize various form field types, enhancing your web forms' functionality and user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "Apple" , "Banana" , "Cherry"...

    reference.aspose.com/words/net/aspose.words.fie...
  6. Convert DOC To HTML Java

    Convert DOC to HTML format in Java code. Save DOC as HTML using Java....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/java/conversion/doc-t...
  7. Table | Aspose.Words for Java

    Represents a table in a Word document in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  8. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  9. Your First Application for Android via Java|Asp...

    Installing Aspose.Words for Android via Java....demonstrate how to set up a new Android project from scratch...Aspose.Words JAR and create a new document which is saved to disk...

    docs.aspose.com/words/java/your-first-application/
  10. HtmlSaveOptions.HtmlVersion | Aspose.Words for ...

    Discover the HtmlSaveOptions HtmlVersion property to easily choose your HTML standard when saving documents to HTML or MHTML. Optimize your output effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); HtmlSaveOptions options = new HtmlSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...