View Source Idmlx.Components.Tag (idmlx v0.2.1)

Represents a tag in an InDesign document.

Tags are XML markup elements used in InDesign for content structuring and identification. They provide a way to mark up content with semantic meaning and can be used for:

  • Content identification
  • XML export/import
  • Automated workflows
  • Document structure definition

Tag Structure

  • name - The identifier of the tag (e.g., "Article", "Section", "Heading")

Examples

%Idmlx.Components.Tag{
  name: "Article"
}

Summary

Types

t()

@type t() :: %Idmlx.Components.Tag{name: String.t() | nil}