Maml |
The MamlRenderer type exposes the following members.
Name | Description | |
---|---|---|
AmlBaseFileName | The basic full path file name of the Maml files. To this name there will be appended (i) a number, and (ii) the extension ".aml". | |
AmlFileNames | Gets all .aml file names that are used here. | |
AutoOutline | If true, an outline of the content will be included at the top of every Maml file. | |
BasePathName | Gets the directory name (this is an absolute path name) that is the directory on which subdirectories like the content directory and the image directory are based. | |
BodyTextFontFamily | Gets or sets the font family of the body text that later on is rendered out of the Maml file. We need this here because we have to convert the formulas to images, and need therefore the image size. | |
BodyTextFontSize | Gets or sets the font size of the body text that later on is rendered out of the Maml file. We need this here because we have to convert the formulas to images, and need therefore the image size. | |
ContentFileNameBase | Gets or sets the base name of .aml files. This property is ignored if the ProjectOrContentFileName itself is a .aml file. | |
ContentFolderName | Name of the folder relative to the help file builder project, in which the content (.aml and .content) is stored. This property is ignored when the ProjectOrContentFileName is not a Sandcastle help file builder project file. | |
ContentLayoutFileName | Gets the full file name of the content layout file (extension: .content), that is a kind of table of contents for the document. | |
EnableHtmlEscape | ||
EnableLinkToNextSection | If true, a link to the next section is inserted at the end of each maml document. | |
EnableLinkToPreviousSection | If true, a link to the previous section is inserted at the beginning of each maml document. | |
FirstHeadingBlockIsParentOfAll | Gets a value indicating whether the very first heading block is the parent of all other heading blocks, i.e. it has the lowest level, and is the only heading block with that level. | |
HeaderGuids | ||
ImageFileNames | Gets all image file names that are used, including the equation images. | |
ImageFolderName | Gets the name of the image folder. This folder, for instance 'Image', is relative to the BasePathName. | |
ImageTopicFileGuid | ||
IsFirstInContainer | (Inherited from RendererBase) | |
IsIntendedForHelp1File | Set this property to true if the Maml is indended to be used in a Help1 file. In such a file, the placement of images with align="middle" differs from HTML rendering (the text baseline is aligned with the middle of the image, whereas in HTML the middle of the text is aligned with the middle of the image). | |
IsLastInContainer | (Inherited from RendererBase) | |
LinkToNextSectionLabelText | Gets or sets the text that is inserted immediately before the link to the next section. | |
LinkToPreviousSectionLabelText | Gets or sets the text that is inserted immediately before the link to the next section. | |
ObjectRenderers | (Inherited from RendererBase) | |
OldToNewImageUris | Dictionary that translates image references currently in the provided markdown file to new image references in the file system. | |
ProjectOrContentFileName | Full name of either the Sandcastle help file builder project (.shfbproj), or the layout content file (.content). | |
SplitLevel | The header level where to split the output into different MAML files. 0 = render in only one file. 1 = Split at header level 1, 2 = split at header level 2, and so on. | |
Writer | (Inherited from TextRendererBase) |