Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 67,639 for

document

(0.19 sec)
  1. Aspose::Words::Fields::FormField::SetTextInputV...

    Aspose::Words::Fields::FormField::SetTextInputValue method. Applies the text format specified in TextInputFormat and stores the value in Result in C++....into a document, and process them with using a document visitor...{ auto doc = MakeObject < Document > (); auto builder = MakeObject...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. ResourceType enumeration | Aspose.Words for Nod...

    Aspose.Words.Loading.ResourceType enumeration. Type of loaded resource.... Document Document. See Also module Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FieldFormat | Aspose.Words for Java

    Provides typed access to fields numeric date and time and general formatting in Java....the Working with Fields documentation article. Examples: Shows...format field results. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  4. IStructuredDocumentTag.get_child_nodes method |...

    IStructuredDocumentTag.get_child_nodes method. Returns a live collection of child nodes that match the specified types....Shows how to remove structured document tag, but keeps content inside...aw . Document ( file_name = MY_DIR + 'Structured document tags...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Watermark.Remove | Aspose.Words for .NET

    Effortlessly remove watermarks with our effective method. Restore your images to their original beauty and enhance your creative projects today!... Document doc = new Document (); // Add a plain...doc . Save ( ArtifactsDir + "Document.TextWatermark.docx" ); //...

    reference.aspose.com/words/net/aspose.words/wat...
  6. ViewOptions.ViewType | Aspose.Words for .NET

    Discover the ViewOptions ViewType property to easily customize your Microsoft Word view mode for enhanced productivity and a tailored editing experience....to a document upon loading. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.set...
  7. CellFormat.Borders | Aspose.Words for .NET

    Discover the CellFormat Borders property to access and customize cell border collections for enhanced spreadsheet design and functionality.... Document doc = new Document ( MyDir + "Tables...of getting a table from a document. // 1 - From the "Tables"...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Node.range property | Aspose.Words for Node.js

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a Document that is contained in this node....represents the portion of a document that is contained in this...range. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Node.range property | Aspose.Words for Python

    Node.range property. Returns a [Range](../../range/) object that represents the portion of a Document that is contained in this node....represents the portion of a document that is contained in this...nodes from a range. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Color Filters – C# Code

    Learn how to edit SVG in C# – add and edit new elements in SVG, apply SVG filters to bitmaps, etc. using Aspose.SVG for .NET library....org/2000/svg" ; 9 10 using ( var document = new SVGDocument()) 11 {...{ 12 var svgElement = document. RootElement ; 13 14 // Create...

    docs.aspose.com/svg/net/color-filters/