IPropertiesFactory Interface |
All file type components should use this interface to create properties objects (unless they are created by calling Clone.
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
The IPropertiesFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormattingItemFactory |
The factory used to instantiate formatting items name/value pairs
|
Name | Description | |
---|---|---|
![]() | CreateComment |
Creates a new comment with the specified properties.
|
![]() | CreateCommentProperties |
Creates a properties object for storing comments.
|
![]() | CreateContextInfo |
Creates a single piece of context information.
|
![]() | CreateContextProperties |
Creates properties that can hold prioritized context information.
|
![]() | CreateCustomInfoProperties |
Creates properties used to communicate temporary information to other
file type components.
|
![]() | CreateDependencyFileProperties |
Create a properties representing a dependency file.
|
![]() | CreateEndTagProperties |
Creates properties for an end tag (that matches a previously emitted start tag).
|
![]() | CreateFeedbackProperties |
Creates a feedback properties object, which represents information associated with user feedback.
|
![]() | CreateLockedContentProperties |
Creates properties that indicates the lock type.
|
![]() | CreatePlaceholderTagProperties |
Creates properties for a standalone inline tag.
|
![]() | CreateRevisionProperties |
Creates a revision properties object, which represents information associated with a revision marker.
|
![]() | CreateStartTagProperties |
Creates properties for a start tag that may appear inside localizable content, and that has a corresponding end tag.
|
![]() | CreateStructureInfo |
Creates an empty document structure object that can be used to help define the
outline of the document.
|
![]() | CreateStructureInfo(IContextInfo, Boolean, IStructureInfo) |
Creates a document structure object that can be used to help define the
outline of the document
|
![]() | CreateStructureTagProperties |
Creates properties for a tag representing structural information.
|
![]() | CreateSubSegmentProperties |
Create properties used to indicate where localizable content appears inside a tag.
|
![]() | CreateTextProperties |
Creates properties for localizable text.
|