Interface IStructuralElement
Represents an interface for document elements that can be associated with a structure element tag.
Namespace: Telerik.Windows.Documents.Fixed.Model
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public interface IStructuralElement
Properties
StructureTag
Gets the StructureTag associated with this element.
Declaration
StructureElement StructureTag { get; set; }
Property Value
StructureElement
|