Sort Score
Result 10 results
Languages All
Labels All
Results 3,141 - 3,150 of 213,349 for

new

(0.43 sec)
  1. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...but the example operates on a new workbook): </ p > < input type...loaded a workbook but then used a new workbook) const file = fileInput...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  2. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = New DocumentBuilder(document); RunCollection runs = para.getRuns(); Arrays.st…...我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(document); RunCollection...getParentNode().insertBefore(new Run(doc, ControlChar.PAGE_BREAK)...

    forum.aspose.com/t/topic/311299
  3. Chart legend strange behavior when set MarkerSy...

    hi, i’m using aspose word for java(17) version 24.2 but the problem persist also in 25.3. I need to put some data in a specific line chart and for a better visualization i set the MarkerSymbol.CIRCLE on every ChartData…...problem Document pDOCUMENT = new Document("C:\\my_document.docx");...docx"); DocumentBuilder b = new DocumentBuilder(pDOCUMENT); String[]...

    forum.aspose.com/t/chart-legend-strange-behavio...
  4. CommentRangeStart | Aspose.Words for .NET

    Discover the CommentRangeStart constructor. Easily create New instances of this class for enhanced coding efficiency and streamlined development....CommentRangeStart constructor Initializes a new instance of this class. public...Document doc = new Document (); Comment newComment = new Comment (...

    reference.aspose.com/words/net/aspose.words/com...
  5. ChartSeries.Add | Aspose.Words for .NET

    Discover the ChartSeries Add method to easily integrate X values into your charts. Enhance data visualization with support for Y values and bubble sizes....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. SdtListItem Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SdtListItem class, designed for efficient list item management in ComboBox and DropDownList structured documents....SdtListItem ( string ) Initializes a new instance of this class. SdtListItem...string, string ) Initializes a new instance of this class. Properties...

    reference.aspose.com/words/net/aspose.words.mar...
  7. Generating the form|Documentation

    How to render a printable form image and generate a recognition pattern file for Aspose.OMR for Java engine.... OmrEngine engine = new OmrEngine (); GenerationResult...settings: OmrEngine engine = new OmrEngine (); GlobalPageSettings...

    docs.aspose.com/omr/java/generate-template/
  8. PDF to TIFF Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one TIFF single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to TIFF document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-tiff/
  9. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Connectors not importing correctly - Free Suppo...

    After importing vsd file, some connectors have extra entry in geometry section, which results in extra lines at the end of connectors. vsd file in question and screenshot of an issue: connector issue.zip (218.5 KB) Th…...File file = new File(PATH_TO_VSD_FILE); Diagram d = new Diagram(file...unnecessary geometry entries and add new ones as needed. Here’s a code...

    forum.aspose.com/t/connectors-not-importing-cor...