Свойство | Тип | Описание | |
---|---|---|---|
OnNextRunSimulateFailureMakingBook | bool |
Метод | Описание | |
---|---|---|
BookStarter ( IChangeableFileLocator fileLocator, |
||
CreateBookOnDiskFromTemplate ( string sourceBookFolder, string parentCollectionPath ) : string |
Given a template, make a new book
|
|
SetLanguageForElementsWithMetaLanguage ( |
In xmatter, text fields are normally labeled with a "meta" language code, like "N1" for first national language. This method detects those and then looks them up, returning the actual language code in use at the moment. This is a little uncomfortable in this class, as this feature is not currently used in any bloom-translationGroup elements. |
|
SetupIdAndLineage ( |
||
SetupPage ( |
Метод | Описание | |
---|---|---|
ClearAwayDraftText ( |
When building on templates, we usually want to have some sample text, but don't let them bleed through to what the user sees
|
|
CopyFolder ( string sourcePath, string destinationPath ) : void | ||
GetInitialName ( string sourcePath, string parentCollectionPath ) : string | ||
GetMetaValue ( |
||
GetPathToHtmlFile ( string folder ) : string | ||
InjectXMatter ( string initialPath, |
||
RemoveDataDivElement ( |
||
SetBookTitle ( |
||
SetLineageAndId ( |
||
SetupNewDocumentContents ( string sourceFolderPath, string initialPath ) : string | ||
UpdateEditabilityMetadata ( |
public BookStarter ( IChangeableFileLocator fileLocator, |
||
fileLocator | IChangeableFileLocator | |
bookStorageFactory | ||
collectionSettings | ||
Результат | System |
public CreateBookOnDiskFromTemplate ( string sourceBookFolder, string parentCollectionPath ) : string | ||
sourceBookFolder | string | |
parentCollectionPath | string | |
Результат | string |
public static SetLanguageForElementsWithMetaLanguage ( |
||
elementOrDom | ||
settings | ||
Результат | void |
public static SetupIdAndLineage ( |
||
parentPageDiv | ||
childPageDiv | ||
Результат | void |
public static SetupPage ( |
||
pageDiv | ||
collectionSettings | ||
contentLanguageIso1 | string | |
contentLanguageIso2 | string | |
Результат | void |