Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 213,013 for

new

(0.18 sec)
  1. Customize Barcode Image Resolution in PHP|Docum...

    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....Instantiate barcode object $bb = new BarCodeBuilder (); \ # Set the...type to Code128 $symbology = new Symbology (); $bb -> setSymbologyType...

    docs.aspose.com/barcode/java/customize-barcode-...
  2. ShapeBase.title property | Aspose.Words for Nod...

    ShapeBase.title property. Gets or sets the title (caption) of the current shape object....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...to the document. let shape = new aw . Drawing . Shape ( doc ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StreamFontSource.OpenFontDataStream | Aspose.Wo...

    Discover the StreamFontSource OpenFontDataStream method to efficiently access font data streams on demand, enhancing your design workflow....FontSettings fontSettings = new FontSettings (); fontSettings...SetFontsSources ( new FontSourceBase [] { new StreamFontSourceFile...

    reference.aspose.com/words/net/aspose.words.fon...
  4. ChartAxisTitle.Overlay | Aspose.Words for .NET

    Discover the ChartAxisTitle Overlay property, control chart element overlap for clearer visuals. Enhance your data presentation effortlessly!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "AW Series 1" , new string [] { "AW Category 1" ...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Load converted SpreadsheetML: Invalid column in...

    Steps to reproduce: Create a New Excel file. Select columns after e.g. M until the last one. Right-click on column names and select Hide. Keep clicking on a right arrow of a horizontal scroll bar until no column is vis…...Steps to reproduce: Create a new Excel file. Select columns after...to SpreadsheetML via Aspose - new Workbook(input).save(output,...

    forum.aspose.com/t/load-converted-spreadsheetml...
  6. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...document using ( var document = new Aspose . Pdf . Document ( dataDir..."input.pdf" )) { // Instantiate a new GraphicsAbsorber object to process...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  7. ResourceSavingArgs.Document | Aspose.Words for ...

    Discover the ResourceSavingArgs Document property to access the current document object being saved, enhancing your workflow efficiency....ResourceSavingCallba () { Document doc = new Document ( MyDir + "Bullet points...FontSavingCallback callback = new FontSavingCallback (); HtmlFixedSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  8. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  9. ChartDataLabelCollection.Separator | Aspose.Wor...

    Discover the Separator property of ChartDataLabelCollection. Customize data label separators for enhanced clarity in your charts, from commas to line breaks....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series" , new [] { 2.9 , 3.5 , 1.1 , 4.0 , 4.0 }, new [] { 1.9...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples.... Workbook workbook = new Workbook (); // Add an Excel...ImageOrPrintOptions printOptions = new com . aspose . cells . ImageOrPrintOptions...

    docs.aspose.com/slides/java/creating-excel-char...