Class DocumentPartProperties
Represents the properties of a structured document tag of DocumentPart type.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.StructuredDocumentTags
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class DocumentPartProperties : DocumentPartPropertiesBase, ISdtProperties
Constructors
DocumentPartProperties()
Initializes a new instance of the DocumentPartProperties class.
Declaration
public DocumentPartProperties()
DocumentPartProperties(DocumentPartProperties)
Initializes a new instance of the DocumentPartProperties class.
Declaration
public DocumentPartProperties(DocumentPartProperties properties)
Parameters
DocumentPartProperties
properties
|