C# Class Glyma.UtilityService.Export.IBIS.Common.Control.DocumentExportUtility

Inheritance: ExportUtility
Afficher le fichier Open project: chris-tomich/Glyma

Private Properties

Свойство Type Description
AddNodeToDocument void
AddPageFooter void
AddSubTitle void
BuildBulletSpans Span[]
CreateDescription void
CreateDocument void
CreateLink void
CreateNodeIcon void
CreateNodeTitle void
CreateVideo void
GetBulletForDepth Span
GetDepth int

Méthodes protégées

Méthode Description
CreateFile ( ) : bool
DocumentExportUtility ( IMapManager mapmanager ) : System
OnContainerMapLoaded ( INode node ) : void
ReadNextMap ( INode nextMap ) : void
WriteToFile ( ) : void

Private Methods

Méthode Description
AddNodeToDocument ( IGlymaNode node, int documentListId ) : void
AddPageFooter ( ) : void
AddSubTitle ( IGlymaNode map, string bookMarkId ) : void
BuildBulletSpans ( ) : Span[]

These character codes were retrieved by copying and pasting the original bullets in a generated PDF to Word and determining the Font details

CreateDescription ( IGlymaNode node, Paragraph &paragraph ) : void
CreateDocument ( ) : void
CreateLink ( string link, Paragraph &paragraph ) : void
CreateNodeIcon ( IGlymaNode node, Paragraph &paragraph ) : void
CreateNodeTitle ( IGlymaNode node, Paragraph &paragraph ) : void
CreateVideo ( IGlymaNode node, Paragraph &paragraph ) : void
GetBulletForDepth ( int depth ) : Span
GetDepth ( ) : int

Method Details

CreateFile() protected méthode

protected CreateFile ( ) : bool
Résultat bool

DocumentExportUtility() protected méthode

protected DocumentExportUtility ( IMapManager mapmanager ) : System
mapmanager IMapManager
Résultat System

OnContainerMapLoaded() protected méthode

protected OnContainerMapLoaded ( INode node ) : void
node INode
Résultat void

ReadNextMap() protected méthode

protected ReadNextMap ( INode nextMap ) : void
nextMap INode
Résultat void

WriteToFile() protected abstract méthode

protected abstract WriteToFile ( ) : void
Résultat void