Sort Score
Result 10 results
Languages All
Labels All
Results 2,311 - 2,320 of 213,057 for

new

(0.13 sec)
  1. PaperSize enumeration | Aspose.Words for Node.js

    Aspose.Words.PaperSize enumeration. Specifies paper size.... let doc = new aw . Document (); // A blank...collection. // First, create a new section, and then append it as...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PDF Forms. Manage via Java | Aspose.PDF

    Manage PDF Forms programmatically with Java sample code using Aspose.PDF for Java....Acroforms in Java Create or add new fields to Acroform Extract data...try ( Document pdfDocument = new Document ( inputFile )) { Page...

    products.aspose.com/pdf/java/acroforms/
  3. FieldMacroButton | Aspose.Words for Java

    Implements the MACROBUTTON field in Java.... Document doc = new Document(getMyDir() + "Macro...docm"); DocumentBuilder builder = new DocumentBuilder(doc); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  4. Create a Presentation Viewer in Java|Aspose.Sli...

    Create a custom presentation viewer in Java using Aspose.Slides. Easily display PowerPoint and OpenDocument files without Microsoft PowerPoint....Presentation presentation = new Presentation ( "sample.pptx"...FileOutputStream svgStream = new FileOutputStream ( "output.svg"...

    docs.aspose.com/slides/java/presentation-viewer/
  5. FieldAutoTextList.EntryName | Aspose.Words for ...

    Discover how to manage AutoText entries with the FieldAutoTextList EntryName property—easily set or retrieve names for streamlined document editing....FieldAutoTextList () { Document doc = new Document (); // Create a glossary...entries. doc . GlossaryDocument = new GlossaryDocument (); AppendAutoTextEntry...

    reference.aspose.com/words/net/aspose.words.fie...
  6. 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...
  7. 使用 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-...
  8. ComparisonEvaluationResult.Result | Aspose.Word...

    Discover the ComparisonEvaluationResult property to easily access and analyze evaluation results, enhancing your data insights and decision-making....; DocumentBuilder builder = new DocumentBuilder (); // Field...= comparisonResult != - 1 ? new ComparisonEvaluation ( comparisonResult...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ComparisonExpression.LeftExpression | Aspose.Wo...

    Discover the LeftExpression property of ComparisonExpression. Easily access and utilize the left expression for enhanced data manipulation and analysis....; DocumentBuilder builder = new DocumentBuilder (); // Field...= comparisonResult != - 1 ? new ComparisonEvaluation ( comparisonResult...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 使用文本注释进行PDF处理|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除文本注释。...document using ( var document = new Aspose . Pdf . Document ( dataDir...annotation var textAnnotation = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/zh/net/text-annotation/