Click or drag to resize
Sandcastle Help File BuilderMamlToFlowDocumentConverter Class
This class is used to convert a MAML topic file to a flow document
Inheritance Hierarchy
SystemObject
  SandcastleBuilder.WPF.MamlMamlToFlowDocumentConverter

Namespace: SandcastleBuilder.WPF.Maml
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public class MamlToFlowDocumentConverter

The MamlToFlowDocumentConverter type exposes the following members.

Constructors
  NameDescription
Public methodMamlToFlowDocumentConverter
Constructor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberToElementName
This converts a MAML address value to a valid XAML element name
Public methodToFlowDocument
Convert the specified MAML file to a flow document
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyStatic memberAlertIcons
This is used to map alert classes to their icons
Public propertyStatic memberAlertTitles
This is used to map alert classes to their display titles
Public propertyStatic memberCodeColorizer
This is used to get or set a code colorizer instance used to colorize code blocks
Public propertyStatic memberColorizerFlowDocumentTemplate
This is used to set the flow document template used when colorizing code blocks
Public propertyStatic memberImportedCodeBasePath
This is used to get or set the base path for imported code blocks
Public propertyMediaFiles
This read-only property returns the dictionary used to map image IDs to media files for media link elements.
Public propertyStatic memberNamedSectionTitles
This is used to map named sections to their display titles
Public propertyTokens
This read-only property returns the dictionary used to stored token values that can be resolved to content that is inserted into the topics.
Public propertyTopicTitles
This read-only property returns the dictionary used to map topic IDs to display titles for hyperlinks.
Top
See Also