Sort Score
Result 10 results
Languages All
Labels All
Results 5,401 - 5,410 of 164,092 for

new

(0.09 sec)
  1. ArrowType | Aspose.Words for Java

    Specifies the type of an arrow at a line end in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...the right end: Shape arrow = new Shape(doc, ShapeType.LINE); arrow...

    reference.aspose.com/words/java/com.aspose.word...
  2. Broken diagram when using master with multiple ...

    I’m evaluating Aspose.Diagram for Dotnet since I’m creating an app to generate Visio files. While testing I stumbles upon one problem with master shapes and would like to know, what I do wrong or where the problem could …...ShapeSheet data, there is a new group: 5_BrokenShapeSheet.jpg...rectangle), ensure that the new shape’s properties and geometry...

    forum.aspose.com/t/broken-diagram-when-using-ma...
  3. ChartDataPoint | Aspose.Words for Java

    Allows to specify formatting of a single data point on the chart 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...
  4. Add Barcodes to Word Documents|Documentation

    How to Add Barcodes to MS Word Files Using Aspose.BarCode and Aspose.Words... Document wordDoc = new Aspose . Words . Document ();...DocumentBuilder wordBuilder = new Aspose . Words . DocumentBuilder...

    docs.aspose.com/barcode/net/add-barcode-to-word...
  5. Unable to set inherit zoom for existing links -...

    Hi Team, unable to set inherit zoom for existing links. we are getting multiple issues with this code, Please provide perfect solutions to set inherit zoom for existing links and bookmarks. we are just trying to upd…...GoToAction") { double[] Dest = new double[3]; Dest[0] = 0; Dest[1]...Pages[pageNo]; link.Action = new GoToAction(destpage, ExplicitDestinationT...

    forum.aspose.com/t/unable-to-set-inherit-zoom-f...
  6. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for Java to experience its simplicity and power in Java.... Create a new 3D file, or open an existing...Create a New Scene Document The following example creates a new 3D...

    docs.aspose.com/3d/java/your-first-aspose-3d-ap...
  7. 使用 C# 从 AcroForm 提取数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取表单字段数据变得简单。了解如何从 AcroForms 中提取数据并将其保存为 JSON、XML 或 FDF 格式。...document using ( var document = new Aspose . Pdf . Document ( dataDir...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/zh/net/extract-data-from-ac...
  8. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...document Document pdfDocument = new Document("input.pdf"); // Loop...io.OutputStream imageStream = new java.io.FileOutputStream("Converted_Image"...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  9. HtmlSaveOptions constructor | Aspose.Words for ...

    Aspose.Words.Saving.HtmlSaveOptions constructor...HtmlSaveOptions() Initializes a new instance of this class that can...HtmlSaveOptions(saveFormat) Initializes a new instance of this class that can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Importing from Array|Documentation

    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....Workbook workbook = new Workbook (); //Adding a new worksheet to the...string values string [] names = new string [] { "laurence chen" ...

    docs.aspose.com/cells/net/importing-from-array/