Click or drag to resize

ShfbLatexComponent Class

Represents a build component able to add LaTeX formatted formulas within reference XML comments and conceptual content topics.
Inheritance Hierarchy
SystemObject
  BuildComponentCore
    Novacta.Documentation.ShfbToolsShfbLatexComponent

Namespace:  Novacta.Documentation.ShfbTools
Assembly:  Novacta.Documentation.ShfbLatexComponent (in Novacta.Documentation.ShfbLatexComponent.dll) Version: 2021.4.9.0

The ShfbLatexComponent type exposes the following members.

Constructors
  NameDescription
Protected methodShfbLatexComponent
Constructor
Top
Properties
  NameDescription
Public propertyAdditionalPreambleCommands
Gets or sets the additional preamble commands.
Public propertyBasePath
Gets the working folder for SHFB.
Public propertyBuildAssembler
This read-only property returns a reference to the build assembler instance using the component
(Inherited from BuildComponentCore.)
Public propertyDviPng
Gets the DviPng file processor.
Public propertyDviSvgm
Gets the DviSvgm file processor.
Public propertyGroupId
This is used to set an optional group ID for use with component events
(Inherited from BuildComponentCore.)
Public propertyImageDepthCorrection
Gets or sets the image depth correction.
Public propertyImageFileFormat
Gets the image file format.
Public propertyImageScalePercentage
Gets or sets the image scale percentage.
Public propertyLatex
Gets the LaTeX file processor.
Public propertyLatexDefaultMode
Gets or sets the LaTeX default mode.
Public propertyOutputFolders
Gets the output folders.
Public propertyRedirectFileProcessors
Gets a value indicating whether file processors standard output must be redirected to the Sandcastle Help File Builder Log.
Public propertyWorkingFolder
Gets the working folder for file processors.
Top
Methods
  NameDescription
Public methodApply
This is implemented to perform the component tasks.
(Overrides BuildComponentCore.Apply(XmlDocument, String).)
Public methodDispose
This implements the Dispose() interface to properly dispose of the build component.
(Inherited from BuildComponentCore.)
Protected methodDispose(Boolean)
This can be overridden by derived classes to add their own disposal code if necessary.
(Inherited from BuildComponentCore.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
This handles garbage collection to ensure proper disposal of the build component if not done explicitly with Dispose.
(Inherited from BuildComponentCore.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initialize the build component.
(Overrides BuildComponentCore.Initialize(XPathNavigator).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnComponentEvent
This can be used to raise the ComponentEvent event with the specified event arguments.
(Inherited from BuildComponentCore.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteMessage(MessageLevel, String, Object)
This can be used to report a message
(Inherited from BuildComponentCore.)
Public methodWriteMessage(String, MessageLevel, String, Object)
This can be used to report a message for a specific topic ID
(Inherited from BuildComponentCore.)
Top
See Also