Sort Score
Result 10 results
Languages All
Labels All
Results 9,441 - 9,450 of 182,598 for

doc

(0.2 sec)
  1. Node.clone method | Aspose.Words for Node.js

    Node.clone method. Creates a duplicate of the node.... let doc = new aw . Document (); let para = doc . firstSection...appendChild ( new aw . Run ( doc , "Hello world!" )); // Below...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 文件添加水印... data_dir , outfile ) doc = apdf . Document ( path_infile...artifact . is_background = True doc . pages [ 1 ] . artifacts . append...

    products.aspose.com/pdf/zh-hans/python-net/wate...
  3. FieldAutoNum.SeparatorCharacter | Aspose.Words ...

    Discover the FieldAutoNum SeparatorCharacter property, easily customize your separator character for enhanced data formatting and improved usability.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); // Each AUTONUM field displays...

    reference.aspose.com/words/net/aspose.words.fie...
  4. DownsampleOptions.Resolution | Aspose.Words for...

    Optimize image quality with the DownsampleOptions Resolution property, defining the ideal pixels per inch for superior downsampling results.... Document doc = new Document ( MyDir + "Images...ResolutionThreshold , Is . EqualTo ( 0 )); doc . Save ( ArtifactsDir + "PdfSaveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  5. DocumentBuilder.CurrentSection | Aspose.Words f...

    Discover the DocumentBuilder CurrentSection property to easily access and manage the selected section in your Document, enhancing your editing experience.... Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder ( doc ); Shape shape = builder . InsertImage...

    reference.aspose.com/words/net/aspose.words/doc...
  6. ChartDataLabelCollection.showLeaderLines proper...

    ChartDataLabelCollection.showLeaderLines property. Allows to specify whether data label leader lines need be shown for the data labels of the entire series... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); let chart = builder . insertChart...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PageLayoutCallbackArgs | Aspose.Words for Java

    An argument passed into IPageLayoutCallback.notifycom.aspose.words.PageLayoutCallbackArgs in Java....Exception { Document doc = new Document(); doc.getBuiltInDocumentPr()...DocumentBuilder(doc); builder.writeln("Hello world!"); doc.getLayoutOptions()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Extract Paragraph from PDF|Aspose.PDF for Java

    Discover how to extract paragraphs from a PDF Document in Java with Aspose.PDF for easier content analysis.... Document doc = new Document ( _dataDir + "input..."input.pdf" ); Page page = doc . getPages (). get_Item ( 2 );...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  9. DocSaveOptions class | Aspose.Words for Node.js

    Aspose.Words.Saving.DocSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.Doc](../../aspose.words/saveformat/#Doc) or [SaveFormat.Dot](../../aspose.words/saveformat/#Dot) format...Doc or SaveFormat.Dot format. To...a document in the SaveFormat.Doc format. DocSaveOptions(saveFormat)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. CompositeNode.IsComposite | Aspose.Words for .NET

    Discover the CompositeNode IsComposite property. Easily check if a node supports child nodes for enhanced data structure management....RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...is composite. Assert . That ( doc . IsComposite , Is . True );...

    reference.aspose.com/words/net/aspose.words/com...