Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 30,732 for

tag

(0.53 sec)
  1. IStructuredDocumentTag.is_multi_section propert...

    IStructuredDocumentTag.is_multi_section property. Returns true if this instance is a ranged (multi-section) structured document Tag....(multi-section) structured document tag. @property def is_multi_section...how to get structured document tag. doc = aw . Document ( file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. IStructuredDocumentTag.isMultiSection property ...

    IStructuredDocumentTag.isMultiSection property. Returns true if this instance is a ranged (multi-section) structured document Tag....(multi-section) structured document tag. get isMultiSection () : boolean...how to get structured document tag. let doc = new aw . Document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. StructuredDocumentTagRangeStart class | Aspose....

    aspose.words.markup.StructuredDocumentTagRangeStart class. Represents a start of ranged structured document Tag which accepts multi-sections content...of ranged structured document tag which accepts multi-sections...visit the Structured Document Tags or Content Control documentation...

    reference.aspose.com/words/python-net/aspose.wo...
  4. SmartTag.element property | Aspose.Words for Py...

    SmartTag.element property. Specifies the name of the smart Tag within the document....Specifies the name of the smart tag within the document. @property...Examples Shows how to create smart tags. def create (): doc = aw . Document...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_IsMultiSection method. Returns true if this instance is a ranged (multi-section) structured document Tag in C++....(multi-section) structured document tag. virtual bool Aspose :: Words...how to get structured document tag. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.mar...
  6. IStructuredDocumentTag class | Aspose.Words for...

    aspose.words.markup.IStructuredDocumentTag class. Interface to define a common data for [StructuredDocumentTag](../structureddocumentTag/) and [StructuredDocumentTagRangeStart](../structureddocumentTagrangestart/)....appearance of the structured document tag. color Gets or sets the color...color of the structured document tag. id Specifies a unique read-only...

    reference.aspose.com/words/python-net/aspose.wo...
  7. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart Tag properties for enhanced document control....custom XML attribute or a smart tag property. To learn more, visit...visit the Structured Document Tags or Content Control documentation...

    reference.aspose.com/words/net/aspose.words.mar...
  8. SdtDateStorageFormat enumeration | Aspose.Words...

    Aspose.Words.Markup.SdtDateStorageFormat enumeration. Specifies how the date for a date SDT is stored/retrieved when the SDT is bound to an XML node in the document's data store....date with a structured document tag. let doc = new aw . Document...Insert a structured document tag that prompts the user to enter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Markup::StructuredDocumentTag::g...

    Aspose::Words::Markup::StructuredDocumentTag::get_DateDisplayFormat method. String that represents the format in which dates are displayed in C++....date with a structured document tag. auto doc = System :: MakeObject...Insert a structured document tag that prompts the user to enter...

    reference.aspose.com/words/cpp/aspose.words.mar...
  10. All contents block (sdtBlock) from document is ...

    Pasing my code block here MainDocumentPart mainPart = Docx.MainDocumentPart; SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>().ToArray(); foreach (SdtBlock sdt in sdtList) { SdtContentBlock sd…...FirstOrDefault(); Tag _tag = sdtPr.Elements<Tag>().FirstOrDefault();...FirstOrDefault(); if (_tag != null) LstContentControlBlo.Add(_tag.Val); } Not...

    forum.aspose.com/t/all-contents-block-sdtblock-...