Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 222,903 for

new

(0.1 sec)
  1. AxisBound.value property | Aspose.Words for Nod...

    AxisBound.value property. Returns numeric value of axis bound....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...axisX . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Document.FirstSection | Aspose.Words for .NET

    Retrieve the first section of your document effortlessly. Enhance your workflow with our Document FirstSection property for streamlined organization.... Document doc = new Document ( MyDir + "Footer.docx"...FindReplaceOptions options = new FindReplaceOptions { MatchCase...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Keeping paragraph format after merging odt docu...

    Good afternoon, I have the following problem (I use Aspose Words 26.2), an odt document with a weird list structure is loosing the format when involved in an odt files merge opration. Even if it is the only file involve…...length >= 1) { Document doc = new Document(files[0]); for (int...endsWith(".HTML"))) { Document src = new Document(files[i]); if (!saltoPagina)...

    forum.aspose.com/t/keeping-paragraph-format-aft...
  4. Insert Ranges with Node.js via C++|Documentation

    Learn how to insert ranges in Excel and shift other data using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...Instantiate a new Workbook. const newWorkbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/insert-ranges-...
  5. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading Excel workbooks using Aspose.Cells for JavaScript via C++....is provided by introducing a new option, LoadDataFilterOption...load VBA const loadOptions = new LoadOptions ( LoadFormat . Auto...

    docs.aspose.com/cells/javascript-cpp/filter-vba...
  6. HtmlSaveOptions | Aspose.Words for .NET

    Discover the HtmlSaveOptions constructor to effortlessly create and save documents in HTML format, ensuring optimal formatting and easy sharing....HtmlSaveOptions() Initializes a new instance of this class that can...document to .epub. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  7. 档案

    档案... StringPtr outDir = new String("OutputDirectory\\");...outputChartTypeLine = outDir->StringAppend(new String("outputChartTypeLine.xlsx"));...

    blog.aspose.com/zh/cells/create-charts-in-excel...
  8. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....Document doc = new Document(); Run run = new Run(doc, "Hello...getFont(); font.setName("Courier New"); font.setSize(36.0); font....

    reference.aspose.com/words/java/com.aspose.word...
  9. Link Border and Alignment Errors - Free Support...

    Hello, My company has purchased an Aspose Java licence which is valid for Aspose 4.3 but not for the latest Version. I noticed two bug with our purchased version while trying to create a table of content using XSL/FO s…... LinkAnnotation link2 = new LinkAnnotation(pdf.getPages()...getRect()); Border myBorder = new Border(link2); myBorder.setWidth(0);...

    forum.aspose.com/t/link-border-and-alignment-er...
  10. 将线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将线对象创建到您的PDF中。...document using ( var document = new Aspose . Pdf . Document ()) {...Create Graph instance var graph = new Aspose . Pdf . Drawing . Graph...

    docs.aspose.com/pdf/zh/net/add-line/