Click or drag to resize

builderForText Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Builder for text output
Inheritance Hierarchy

Namespace:  imbSCI.Core.reporting.render.builders
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
Request Example View Source

The builderForText type exposes the following members.

Constructors
  NameDescription
Public methodbuilderForText
Initializes a new instance of the builderForText class
Top
Properties
  NameDescription
Public propertyc
Reference to cursor object
(Inherited from imbStringBuilderBase.)
Public propertycloseTagFormat
format template for tag/group/section closing
(Inherited from imbStringBuilderBase.)
Public propertycontent
List of content segments/entries/Appends
(Inherited from imbStringBuilderBase.)
Public propertycontentElements
Collection for basic text builders
(Inherited from imbStringBuilderBase.)
Public propertyconverter (Overrides imbStringBuilderBaseconverter.)
Public propertydata
Data embedded with builder
(Inherited from imbStringBuilderBase.)
Public propertydirectoryScope (Inherited from imbStringBuilderBase.)
Public propertyformats
Gets the output support definition for this report kind
(Inherited from imbStringBuilderBase.)
Public propertyisArgumentFailed
Da li je do sada neka od provera Null vrednosti vratila TRUE vrednost
(Inherited from imbStringBuilderBase.)
Public propertyisEnabled
If true it will allow append of new content, if false it will ignore any append call
(Inherited from imbStringBuilderBase.)
Public propertylastLength
Length since last getLastLine call
(Inherited from imbStringBuilderBase.)
Public propertyLength
Length of internal content
(Inherited from imbStringBuilderBase.)
Public propertylinePrefix
Prefix koji se dodaje ispred svake linije
(Inherited from imbStringBuilderBase.)
Public propertynewLineInsert (Inherited from imbStringBuilderBase.)
Public propertyopenedTags
Kolekcija svih otvorenih tagova
(Inherited from imbStringBuilderBase.)
Public propertysbControler
Controler for sub contents and stringBuilders
(Inherited from imbStringBuilderBase.)
Public propertysettings
Builder settings
(Inherited from imbStringBuilderBase.)
Public propertytabInsert
Prefix koji se dodaje ispred teksta -- tabovi
(Inherited from imbStringBuilderBase.)
Public propertytabLevel
nivo na kome je tab sada
(Inherited from imbStringBuilderBase.)
Public propertyVAR_AllowAutoOutputToConsole
Gets a value indicating whether [variable allow automatic output to console].
(Inherited from imbStringBuilderBase.)
Public propertyVAR_AllowInstanceToOutputToConsole
(Inherited from imbStringBuilderBase.)
Public propertyzone
zone of text format - reference
(Inherited from imbStringBuilderBase.)
Top
Methods
  NameDescription
Public methodaddDocument
Public methodaddPage
Public methodAppend
General Append call - appends inline or in new line
(Inherited from imbStringBuilderBase.)
Public methodAppendCheckList
Appends the check list.
(Inherited from imbStringBuilderBase.)
Public methodAppendCite
HTML/XML adds q tag, Table aplies smallText style
(Inherited from imbStringBuilderBase.)
Public methodAppendCode(String)
HTML/XML adds q tag, Table aplies smallText style
(Inherited from imbStringBuilderBase.)
Public methodAppendCode(String, String)
HTML/XML adds q tag, Table aplies smallText style
(Inherited from imbStringBuilderBase.)
Public methodAppendComment
Appends the comment.
(Inherited from imbStringBuilderBase.)
Public methodAppendData
Updates internal meta data storage (custom properties/references/fields) according mode.
(Inherited from imbStringBuilderBase.)
Public methodAppendDirect
Direct content injection, bypassing all internal transformations by class implementing ITextRender
(Inherited from imbStringBuilderBase.)
Public methodAppendFile
File from sourcepath is copied to outputpath or used as data template if isDataTeplate is true
(Inherited from imbStringBuilderBase.)
Public methodAppendFrame
Appends the frame.
(Inherited from imbStringBuilderBase.)
Public methodAppendFromFile
Loads content from sourcepath into renderer [if datakey is none or into data field if specified.
(Inherited from imbStringBuilderBase.)
Public methodAppendFunction
Appends the function.
(Inherited from imbStringBuilderBase.)
Public methodAppendHeading
HTML/XML builder adds H tag with proper level sufix, on Table it applies style and for H1 and H2
(Inherited from imbStringBuilderBase.)
Public methodAppendHorizontalLine
Adds horizontal line
(Inherited from imbStringBuilderBase.)
Public methodAppendImage (Overrides imbStringBuilderBaseAppendImage(String, String, String).)
Public methodAppendLabel (Overrides imbStringBuilderBaseAppendLabel(String, Boolean, Object).)
Public methodAppendLine
Public methodAppendLine(String)
Appends new line with line prefix, tab insert and break (enter)
(Inherited from imbStringBuilderBase.)
Public methodAppendLink
Renders link, image or reference text representation
(Inherited from imbStringBuilderBase.)
Public methodAppendList
Renders list and sublists
(Inherited from imbStringBuilderBase.)
Public methodAppendMath (Overrides imbStringBuilderBaseAppendMath(String, String).)
Public methodAppendPair(Enum, Object, Boolean, String)
Appends a KeyValue pair.
(Inherited from imbStringBuilderBase.)
Public methodAppendPair(String, Object, Boolean, String)
Appends a KeyValue pair
(Inherited from imbStringBuilderBase.)
Public methodAppendPairs
Appends collection of pairs.
(Inherited from imbStringBuilderBase.)
Public methodAppendPanel (Overrides imbStringBuilderBaseAppendPanel(String, String, String, Object).)
Public methodAppendParagraph
Appends the paragraph.
(Inherited from imbStringBuilderBase.)
Public methodAppendPlaceholder
Adds new stringTemplate placeholder string into template
(Inherited from imbStringBuilderBase.)
Public methodAppendQuote
Appends the quote.
(Inherited from imbStringBuilderBase.)
Public methodAppendSection
Appends the section.
(Inherited from imbStringBuilderBase.)
Public methodAppendTable
Renders DataTable
(Inherited from imbStringBuilderBase.)
Public methodAppendToFile
Saves content to specified path. Path is local to context scope
(Inherited from imbStringBuilderBase.)
Public methodClear
Clears all content from this builder
(Inherited from imbStringBuilderBase.)
Public methodclose(Enum)
Closes the specified tag.
(Inherited from imbStringBuilderBase.)
Public methodclose(String)
Dodaje HTML zatvaranje taga -- zatvara poslednji koji je otvoren
(Inherited from imbStringBuilderBase.)
Public methodcloseAll
Closes all tags/groups/sections that were currently open
(Inherited from imbStringBuilderBase.)
Public methodconsoleAltColorToggle
Sets the alternative color mode for console output. Use set exact to set exactly the value for alternative color, otherwise it works in Toggle mode.
(Inherited from imbStringBuilderBase.)
Public methodContentToString
Vraca sadrzaj u String obliku
(Inherited from imbStringBuilderBase.)
Public methoddeleteLast
Deletes the last appends and returns it
(Inherited from imbStringBuilderBase.)
Public methodGetContent
Gets specified content segment, or complete content
(Inherited from imbStringBuilderBase.)
Public methodgetContentBlocks
Gets the content blocks - returns content in subsections, where main content is in main
(Inherited from imbStringBuilderBase.)
Public methodgetConverterT (Inherited from imbStringBuilderBase.)
Public methodgetDocument (Inherited from imbStringBuilderBase.)
Public methodgetLastLine
Returns last segment of content (since last call)
(Inherited from imbStringBuilderBase.)
Public methodloadDocument (Inherited from imbStringBuilderBase.)
Public methodloadPage
Loads the page from filepath. If it is document type then imports page with targeted name
(Inherited from imbStringBuilderBase.)
Public methodmerge (Inherited from imbStringBuilderBase.)
Public methodnextTabLevel
Prelazi u sledeci tab level
(Inherited from imbStringBuilderBase.)
Public methodopen(Enum, String, String)
Opens the specified tag.
(Inherited from imbStringBuilderBase.)
Public methodopen(String, String, String)
Opens the specified tag.
(Inherited from imbStringBuilderBase.)
Public methodprepareBuilder (Overrides imbStringBuilderBaseprepareBuilder.)
Public methodprevTabLevel
Prebacuje u prethodni tabLevel
(Inherited from imbStringBuilderBase.)
Public methodrootTabLevel
Sets tab level to root
(Inherited from imbStringBuilderBase.)
Public methodsaveDocument(FileInfo) (Inherited from imbStringBuilderBase.)
Public methodsaveDocument(String, getWritableFileMode, reportOutputFormatName) (Inherited from imbStringBuilderBase.)
Public methodsavePage
Public methodSubcontentClose
Ends Subcontent session, switches to the main content, and returns content from the session just closed.
(Inherited from imbStringBuilderBase.)
Public methodSubcontentStart
Starts Subcontent session or continues existing. Optionally erazes all existing content under subsession specified by key
(Inherited from imbStringBuilderBase.)
Public methodToString (Inherited from imbStringBuilderBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from imbReportingBindable.)
Top
Extension Methods
  NameDescription
Public Extension MethodAppendIf (Defined by settingsEntriesTools.)
Public Extension MethodBuildDataShema
Builds the data table.
(Defined by PropertyDataStructureTools.)
Public Extension MethodbuildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder)Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String)Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.)
Public Extension MethodbuildDataTableVerticalSummaryTable
Builds the vertical table with all data
(Defined by DataTableBuilders.)
Public Extension MethodbuildPCE
Public Extension MethodbuildPropertyCollectionT
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.)
Public Extension MethodchangeValueAsInt32
Changes the value as int32.
(Defined by imbValueChangers.)
Public Extension MethodchangeValueDouble
Step je 0.01
(Defined by imbValueChangers.)
Public Extension MethodConstructTableWithRandomContent
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.)
Public Extension MethodgetDataTypeSafe
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.)
Public Extension MethodGetDefaultValueT
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.)
Public Extension MethodgetDescriptionForDictionary
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.)
Public Extension MethodgetDictionaryFromMappedSource
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.)
Public Extension MethodgetEnumMemberPath
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.)
Public Extension MethodGetExpressionResolved
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.)
Public Extension MethodgetPathForObject
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.)
Public Extension MethodgetPathForObjectAndParent
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.)
Public Extension MethodgetProperty
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.)
Public Extension MethodgetSPEC (Defined by imbTypeQueryExtensions.)
Public Extension MethodgetStringValue
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.)
Public Extension MethodGetUserManual
Generates property manual
(Defined by settingsEntriesTools.)
Public Extension MethodGetUserManualSaved
Gets the user manual saved:
(Defined by settingsEntriesTools.)
Public Extension MethodgetValuesFromMappedSource (Defined by propertyMappingTools.)
Public Extension MethodimbAttributeToProperties
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.)
Public Extension MethodimbConvertValueSafe
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.)
Public Extension MethodimbConvertValueSafeTypedT (Defined by imbTypeExtensions.)
Public Extension MethodimbGetAllProperties
Vraca sve propertije iz objekta koji su Public i Instance. Vraca i nasledjene propertije ali ako su pregazeni onda vraca samo najnoviji
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetAllValues
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetCodeMark (Defined by imbStringExtensions.)
Public Extension MethodimbGetPropertySafe(String, Object, String)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object)Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded. (Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbGetPropertySafeT(PropertyInfo)Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbPropertyToString
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertyConvertSafe
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(String, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean)Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.)
Public Extension MethodimbToBoolean
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodimbToEnumeration(Type, Enum)Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToEnumerationTOverloaded. (Defined by imbTypeEnumExtensions.)
Public Extension MethodimbToInstance
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumber(Type)Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.)
Public Extension MethodimbToNumberT(Type)Overloaded. (Defined by imbTypeExtensions.)
Public Extension MethodisCoreColumn (Defined by PropertyEntryColumnExtensions.)
Public Extension MethodisNullOrEmpty (Defined by imbSciStringExtensions.)
Public Extension MethodisNullOrEmptyString
Proverava da li je input null, ako je string onda ga proverava kao string ako je neki drugi objekat onda ga predvara u string pa proverava
(Defined by imbSciStringExtensions.)
Public Extension MethodkeyToString (Defined by imbPropertyCollectionExtensions.)
Public Extension MethodrenderToTemplate
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.)
Public Extension MethodresolvePath(String, pathResolveFlag)Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.)
Public Extension MethodresolvePathT(String, pathResolveFlag)Overloaded.
(Defined by resourcePathResolver.)
Public Extension MethodsaveObjectToXML (Defined by objectSerialization.)
Public Extension MethodsetObjectByMappedSource
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsetObjectBySource
Sets the object by source.
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetObjectValueTypesBySource
Sets the object by source, but only ValueTypes and string and only properties declared at top inherence level. Returns dictionary with updated properties (only if value changed)
(Defined by imbTypeObjectOperations.)
Public Extension MethodsetValuesToMappedTarget
Postavlja vednosti iz recnika u dati ciljani objekat - da bi bilo kompatibilno niz mora biti u istom rasporedu kao i u property mapu
(Defined by propertyMappingTools.)
Public Extension MethodsumValues
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.)
Public Extension MethodtoExpressionString
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.)
Public Extension MethodtoStringSafeOverloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String)Overloaded. (Defined by imbStringFormats.)
Public Extension MethodtoStringSafe(String, String)Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.)
Top
See Also