Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 36,417 for

markup

(0.07 sec)
  1. CompositeNode.remove_smart_tags method | Aspose...

    CompositeNode.remove_smart_tags method. Removes all [SmartTag](../../../aspose.words.Markup/smarttag/) descendant nodes of the current node.... markup . SmartTag ( doc ) # Smart...smart_tag . properties . add ( aw . markup . CustomXmlProperty ( 'Day'...

    reference.aspose.com/words/python-net/aspose.wo...
  2. StructuredDocumentTagRangeStart.removeSelfOnly ...

    StructuredDocumentTagRangeStart.removeSelfOnly method. Removes this range start and appropriate range end nodes of the structured document tag, but keeps its content inside the document tree.... Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType...); let rangeEnd = new aw . Markup . StructuredDocumentTa ( doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Aspose::Words::DocumentVisitor::VisitStructured...

    Aspose::Words::DocumentVisitor::VisitStructuredDocumentTagStart method. Called when enumeration of a structured document tag has started in C++....SharedPtr < Aspose :: Words :: Markup :: StructuredDocumentTa > sdt...System::SharedPtr<Aspose::Words::Markup::StructuredDocumentTa> The...

    reference.aspose.com/words/cpp/aspose.words/doc...
  4. 从PDF中提取段落|Aspose.PDF for Android via Java

    本文介绍如何使用ParagraphAbsorber——Aspose.PDF中的一个特殊工具,从PDF文档中提取文本。...visit ( page ); PageMarkup markup = absorber . getPageMarkups...for ( MarkupSection section : markup . getSections ()) { DrawRectangleOnPage...

    docs.aspose.com/pdf/zh/androidjava/extract-para...
  5. 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....visit ( page ); PageMarkup markup = absorber . getPageMarkups...for ( MarkupSection section : markup . getSections ()) { DrawRectangleOnPage...

    docs.aspose.com/pdf/java/extract-paragraph-from...
  6. Aspose::Words::Drawing::ShapeMarkupLanguage enu...

    Aspose::Words::Drawing::ShapeMarkupLanguage enum. Specifies Markup language used for the shape in C++....ShapeMarkupLanguage enum Specifies Markup language used for the shape...Value Description Dml 0 Drawing Markup Language is used to define...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Aspose::Words::DocumentVisitor::VisitSmartTagEn...

    Aspose::Words::DocumentVisitor::VisitSmartTagEnd method. Called when enumeration of a smart tag has ended in C++....SharedPtr < Aspose :: Words :: Markup :: SmartTag > smartTag ) Parameter...System::SharedPtr<Aspose::Words::Markup::SmartTag> The object that...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. XmlMapping.delete method | Aspose.Words for Python

    XmlMapping.delete method. Deletes mapping of the parent structured document to XML data.... markup . StructuredDocumentTa ( doc , aw . markup . SdtType...SdtType . PLAIN_TEXT , aw . markup . MarkupLevel . BLOCK ) # Set...

    reference.aspose.com/words/python-net/aspose.wo...
  9. StructuredDocumentTag.setCheckedSymbol method |...

    StructuredDocumentTag.setCheckedSymbol method. Sets the symbol used to represent the checked state of a check box content control.... Markup . StructuredDocumentTa ( doc , aw . Markup . SdtType...SdtType . Checkbox , aw . Markup . MarkupLevel . Inline ); sdtCheckBox...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. PDF Highlight Annotation using C#|Aspose.PDF fo...

    Learn how to add highlights annotation to PDF documents in .NET using Aspose.PDF for text emphasis and review....using C# Contents [ Hide ] Text Markup Annotations shall appear as...The properties of the text markup annotations in the PDF document...

    docs.aspose.com/pdf/net/highlights-annotation/