Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 29,510 for

tag

(0.12 sec)
  1. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_PlaceholderName method. Gets or sets Name of the BuildingBlock containing placeholder text in C++....text for a structured document tag. auto doc = System :: MakeObject...plain text structured document tag of the "PlainText" type, which...

    reference.aspose.com/words/cpp/aspose.words.mar...
  2. StructuredDocumentTagCollection.Remove | Aspose...

    Effortlessly remove specific structured document Tags using the StructuredDocumentTagCollection Remove method for streamlined document management....Removes the structured document tag with the specified identifier...Int32 The structured document tag identifier. Examples Shows how...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Aspose::Words::Markup::IStructuredDocumentTag::...

    Aspose::Words::Markup::IStructuredDocumentTag::get_Appearance method. Gets or sets the appearance of the structured document Tag in C++....appearance of the structured document tag. virtual Aspose :: Words :: Markup...0 Examples Shows how to show tag around content. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  4. Aspose::Words::Markup::StructuredDocumentTagRan...

    Aspose::Words::Markup::StructuredDocumentTagRangeStart::get_Appearance method. Gets or sets the appearance of the structured document Tag in C++....appearance of the structured document tag. Aspose :: Words :: Markup ::...override Examples Shows how to show tag around content. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.mar...
  5. FindReplaceOptions.UseLegacyOrder | Aspose.Word...

    Discover the UseLegacyOrder property in FindReplaceOptions. Enable sequential text searches for better accuracy. Default is false. Optimize your text processing!... Writeln ( "[tag 1]" ); Shape textBox = builder...50 ); builder . Writeln ( "[tag 2]" ); builder . MoveTo ( textBox...

    reference.aspose.com/words/net/aspose.words.rep...
  6. Underline Text HTML Generator – Online Tool and...

    Generate Underline HTML Tag using Aspose.HTML, preview the result and copy the generated HTML and C# code to your website....HTML Code Generators Underline Tag Generator XHTML JPG PDF XML MHTML...C# code for an underline HTML tag and use it in your website or...

    products.aspose.com/html/net/generators/underline/
  7. StructuredDocumentTag.fullDate property | Aspos...

    StructuredDocumentTag.fullDate property. Specifies the full date and time last entered into this SDT....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...
  8. 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...
  9. StructuredDocumentTagRangeStart.appearance prop...

    StructuredDocumentTagRangeStart.appearance property. Gets or sets the appearance of the structured document Tag....appearance of the structured document tag. get appearance () : Aspose ...SdtAppearance Examples Shows how to show tag around content. let doc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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-...