Sort Score
Result 10 results
Languages All
Labels All
Results 8,881 - 8,890 of 213,190 for

new

(0.09 sec)
  1. FormField.Checked | Aspose.Words for .NET

    Manage your form with ease using the FormField Checked property. Control checkbox status effortlessly—default is unchecked for streamlined user experience....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...InsertComboBox ( "MyComboBox" , new [] { "One" , "Two" , "Three"...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for .NET to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....methods, properties and so on, any new restrictions and other changes...using ( Presentation pres = new Presentation ()) { IChart chart...

    docs.aspose.com/slides/net/public-api-and-backw...
  3. 使用 JavaScript 通过 C++ 导出带有 viewBox 属性的 SVG 图表|Do...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 导出带有 viewBox 属性的 SVG 格式图表。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SVGFitToViewPort true const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  4. BuildingBlockGallery | Aspose.Words for Java

    Specifies the predefined gallery into which a building block is classified in Java....doc = new Document(); GlossaryDocument glossaryDoc = new GlossaryDocument();...GlossaryDocVisitor visitor = new GlossaryDocVisitor(); // Visit...

    reference.aspose.com/words/java/com.aspose.word...
  5. When inserting long Hebrew text- problems in di...

    Hi, I am evaluating the product in order to buy it. I am building a multi-language application so I am testing unicode and Hebrew. 1) Well, I have a few problems with long text which spans on more than one line. If …...string text) { Text hebrewText = new Aspose.Pdf.Text(section, title);...Add(hebrewText); hebrewText = new Text(); Segment segment = hebrewText...

    forum.aspose.com/t/when-inserting-long-hebrew-t...
  6. Generate and Read Swiss QR Code in C#|Documenta...

    This article explains how to Generate and Read Swiss QR Codes using Aspose.BarCode for .NET...SwissQRCodetext swissQRCode = new SwissQRCodetext (); swissQRCode...swissQRCode . Bill . Creditor = new Address { Name = "Muster & Söhne"...

    docs.aspose.com/barcode/net/swiss-qr-code/
  7. NullReferenceException in PdfFileEditor.Concate...

    Hello, I am encountering a NullReferenceException when trying to concatenate PDF files using the PdfFileEditor.Concatenate() method in Aspose.PDF 25.1.0 . The issue occurs specifically when the PDFs being processed cont…...License license = new Aspose.Pdf.License(); license...List<string> pdfFilesToConcatenat = new List<string>(); pdfFilesToConcatenat...

    forum.aspose.com/t/nullreferenceexception-in-pd...
  8. Add Hyperlink to a Visio Shape in Ruby|Document...

    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.... new ( data_dir + "Drawing.vsd" )...aspose.diagram.Hyperlink' ) . new \ # Set address value hyperlink...

    docs.aspose.com/diagram/java/add-hyperlink-to-a...
  9. Configure Shape Objects with Layers in Visio in...

    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....instance of Diagram $diagram = new Diagram ( $dataDir . "Drawing...Save diagram $saveFileFormat = new SaveFileFormat (); $diagram ->...

    docs.aspose.com/diagram/java/configure-shape-ob...
  10. TableStyle.cellSpacing property | Aspose.Words ...

    TableStyle.cellSpacing property. Gets or sets the amount of space (in points) between the cells....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...