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

inline

(0.22 sec)
  1. Inline.isMoveFromRevision property | Aspose.Wor...

    Inline.isMoveFromRevision property. Returns ``true`` if this object was moved (deleted) in Microsoft Word while change tracking was enabled....isMoveFromRevision property Inline.isMoveFromRevision property...determine the revision type of an inline node. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Inline.IsInsertRevision | Aspose.Words for .NET

    Discover the Inline IsInsertRevision property. Easily check if an object was added in Word with change tracking active. Enhance your document management!...IsInsertRevision Contents [ Hide ] Inline.IsInsertRevision property Returns...determine the revision type of an inline node. Document doc = new Document...

    reference.aspose.com/words/net/aspose.words/inl...
  3. FormField class | Aspose.Words for Python

    aspose.words.fields.FormField class. Represents a single form field... FormField is an inline-node and can only be a child...Inheritance: FormField → SpecialChar → Inline → Node Properties Name Description...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Inline.is_insert_revision property | Aspose.Wor...

    Inline.is_insert_revision property. Returns true if this object was inserted in Microsoft Word while change tracking was enabled....is_insert_revision property Inline.is_insert_revision property...determine the revision type of an inline node. doc = aw . Document (...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Inline.is_move_to_revision property | Aspose.Wo...

    Inline.is_move_to_revision property. Returns ``True`` if this object was moved (inserted) in Microsoft Word while change tracking was enabled....is_move_to_revision property Inline.is_move_to_revision property...determine the revision type of an inline node. doc = aw . Document (...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::ShapeBase::get_IsDelete...

    Aspose::Words::Drawing::ShapeBase::get_IsDeleteRevision method. Returns true if this object was deleted in Microsoft Word while change tracking was enabled in C++....get_TrackRevisions ()); // Insert an inline shape without tracking revisions...Words :: Drawing :: WrapType :: Inline ); shape -> set_Width ( 100...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Run class | Aspose.Words for Node.js

    Aspose.Words.Run class. Represents a run of characters with the same font formatting...be a child of Paragraph or inline StructuredDocumentTa . Inheritance:...Inheritance: Run → Inline → Node Constructors Name Description Run(doc)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Extract SVG From Website – Java Examples

    Learn how to download SVG files from a website using Aspose.HTML for Java. Automate the extraction of both Inline and external SVG content from any web page....be embedded in two ways: as inline SVG within the HTML or as external...explore how to extract both inline and external SVGs using the...

    docs.aspose.com/html/java/extract-svg-from-webs...
  9. ShapeBase.IsInsertRevision | Aspose.Words for .NET

    Discover how ShapeBase's IsInsertRevision property enhances your Word documents by identifying changes made during tracking. Boost your editing efficiency!... False ); // Insert an inline shape without tracking revisions...shape . WrapType = WrapType . Inline ; shape . Width = 100.0 ; shape...

    reference.aspose.com/words/net/aspose.words.dra...
  10. CompositeNode.FirstChild | Aspose.Words for .NET

    Discover the CompositeNode FirstChild property to easily access the first child node, enhancing your coding efficiency and simplifying data management....well as the contents of all inline nodes. /// </summary> public...print its contents if it is an inline node. if ( childNode . IsComposite...

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