cursorZone Class |
Namespace: imbSCI.Core.reporting.zone
public class cursorZone : cursorZoneSpatialSettings, ISupportsBasicCursor, IGetCodeName
The cursorZone type exposes the following members.
| Name | Description | |
|---|---|---|
| cursorZone |
Zone without any space within. Dimensions must be set later
| |
| cursorZone(cursorZone, cursorSubzoneFrame) |
Subzone frame by preset cursorZone | |
| cursorZone(Int32, Int32, Int32) |
konstruktor za jednolinijsko podesavanje
| |
| cursorZone(Int32, Int32, Int32, Int32, Int32, Int32) |
Konstruktor za dvodimenziono podesavanje
|
| Name | Description | |
|---|---|---|
| BottomRight | (Inherited from selectRangeArea.) | |
| height | (Inherited from selectRangeArea.) | |
| innerBottomPosition |
Krajnja vertikalna pozicija na kojoj moze da pise sadrzaj
(Inherited from textFormatSetupBase.) | |
| innerBoxedBottomPosition |
Krajnja vertikalna pozicija na kojoj moze da pise sadrzaj
(Inherited from textFormatSetupBase.) | |
| innerBoxedHeight |
Visina na kojoj se ispisuje pozadina> height - margin
(Inherited from textFormatSetupBase.) | |
| innerBoxedLeftPosition |
Pozicija za leve strane - marget.left
(Inherited from textFormatSetupBase.) | |
| innerBoxedRightPosition |
Pozicija na desnoj strani - witdh - margin.right
(Inherited from textFormatSetupBase.) | |
| innerBoxedTopPosition |
Prva vertikalna pozicija - bez paddinga
(Inherited from textFormatSetupBase.) | |
| innerBoxedWidth |
Sirina na kojoj se ispisuje pozadina (width-margin)
(Inherited from textFormatSetupBase.) | |
| innerHeight |
Visina na kojoj se ispisuje sadrzaj> height - padding - margin
(Inherited from textFormatSetupBase.) | |
| innerLeftPosition |
Pozicija od koje pocinje upisivanje sadrzaja
(Inherited from textFormatSetupBase.) | |
| innerRightPosition |
Pozicija do koje se upisuje sadrzaj (width - padding.right, margin.right)
(Inherited from textFormatSetupBase.) | |
| innerTopPosition |
Prva vertikalna pozicija u kojoj moze da pise sadrzaj
(Inherited from textFormatSetupBase.) | |
| innerWidth |
Width - padding - margin: sirina u koju se upisuje sadrzaj
(Inherited from textFormatSetupBase.) | |
| margin |
margina za liniju koja se ne boji pozadinskim sablonom
(Inherited from textFormatSetupBase.) | |
| outerBottomPosition |
Pozicija na kojoj se zavrsava sav sadrzaj ovog bloka: Y+margin+padding+innerHeight
(Inherited from textFormatSetupBase.) | |
| outerRightPosition |
Pozicija sa sve marginom> x+margin.left+padding.left+innerWidth+padding.right+margin.right
(Inherited from textFormatSetupBase.) | |
| padding |
padding za koji se sadrzaj odvaja od ivice pozadne
(Inherited from textFormatSetupBase.) | |
| parent |
Reference to the parent zone. if null this is a master zone
| |
| size | (Inherited from selectRangeArea.) | |
| spatialUnit |
Describes how big is one 'character' / position space of cursor - 2D
| |
| spatialUnitHeight | (Inherited from cursorZoneSpatialSettings.) | |
| spatialUnitMargin |
recalculated margin spatial unit, based on ratio
(Inherited from cursorZoneSpatialSettings.) | |
| spatialUnitMarginRatio |
ratio to calculate margin spacing unit from standard spatial unit
(Inherited from cursorZoneSpatialSettings.) | |
| spatialUnitPadding |
recalculated padding unit
(Inherited from cursorZoneSpatialSettings.) | |
| spatialUnitPaddingRatio |
ratio to calculate padding spacing unit from standard spatial unit
(Inherited from cursorZoneSpatialSettings.) | |
| spatialUnitRatioYPerX |
Gets or sets the spatial unit ratio y per x.
(Inherited from cursorZoneSpatialSettings.) | |
| subzones |
Zones within this zone. Master zone is automatically set by constructor
| |
| tabPerCellUnit |
Number of cell units per one tab
(Inherited from cursorZoneSpatialSettings.) | |
| TopLeft | (Inherited from selectRangeArea.) | |
| width | (Inherited from selectRangeArea.) | |
| x | (Inherited from selectRangeArea.) | |
| xCenter | (Inherited from selectRangeArea.) | |
| y | (Inherited from selectRangeArea.) | |
| yCenter |
Gets the y (vertical) center of area.
(Inherited from selectRangeArea.) |
| Name | Description | |
|---|---|---|
| bottom |
Bottom position for specified zone.
(Inherited from textFormatSetupBase.) | |
| expand(textCursorZoneCorner, Boolean) |
Expands the specified direction.
(Inherited from selectRangeArea.) | |
| expand(textCursorZoneCorner, Int32) |
Expands in the specified direction for given number of steps
(Inherited from selectRangeArea.) | |
| expand(textCursorZoneCorner, Int32, Boolean) |
Expands in the specified direction for number of boolean arguments being true
(Inherited from selectRangeArea.) | |
| expandToWrap |
Expands this rangeArea to have specified rangeArea inside its boundaries
(Inherited from selectRangeArea.) | |
| getCodeName |
Gets code name of the object. CodeName should be unique per each unique set of values of properties. In other words: if two instances of the same class have different CodeName that means values of their key properties are not same.
| |
| GetCornerPoint |
Returns coordinates of a corner, within the area. textCursorZoneCorner (Inherited from selectRangeArea.) | |
| getCrossection |
Gets the crossection / overlap area / with operant (Inherited from selectRangeArea.) | |
| getDistanceFromCorner |
Absolute distance from corner or edge
(Inherited from selectRangeArea.) | |
| getHeight |
Heights the specified current zone.
(Inherited from textFormatSetupBase.) | |
| GetHorizontalAxis |
Gets the horizontal axis.
(Inherited from selectRangeArea.) | |
| GetPosition | ||
| GetVerticalAxis |
Gets the vertical axis.
(Inherited from selectRangeArea.) | |
| getWidth | (Inherited from textFormatSetupBase.) | |
| isInside |
Determines whether the specified x,y coordinates are showing to position within this area.
(Inherited from selectRangeArea.) | |
| isInsideOrEdge |
Determines whether x,y coordinates are inside or within edge of this area.
(Inherited from selectRangeArea.) | |
| isNearAnyCornerOrEdge |
Determines if x,y is near to an edge, corner or center of this area - respecting specified limit distance.
(Inherited from selectRangeArea.) | |
| isNearToCorner |
Determines whether x,y coordinates are near to the specified corner or edge of the area
(Inherited from selectRangeArea.) | |
| isOnEdge | (Inherited from selectRangeArea.) | |
| left |
Left position for specified zone.
(Inherited from textFormatSetupBase.) | |
| reset |
Sets new position and optionally new size
(Inherited from selectRangeArea.) | |
| resize |
Resizes the area to specified width and height. Negative values will be ignored. Use -1 to keep a dimension unchanged.
(Inherited from selectRangeArea.) | |
| right |
Right position for specified zone.
(Inherited from textFormatSetupBase.) | |
| selectRangeArea |
Selects the range area of space allocated within this zone, respecting what sub area type is specified
| |
| top |
Top position for specified zone.
(Inherited from textFormatSetupBase.) | |
| ToString | (Inherited from selectRangeArea.) | |
| ToString(String) |
Four placemaker format expected for: {x}, {y}, {width}, {height}
(Inherited from selectRangeArea.) |
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from textFormatSetupSize.) |
| Name | Description | |
|---|---|---|
| BuildDataShema |
Builds the data table.
(Defined by PropertyDataStructureTools.) | |
| buildDataTable(String, DataTableBuildersbuildDataTableOptions, PropertyCollectionExtended, String, ILogBuilder) | Overloaded.
2017:: Builds horizontal data table with columns mapping properties of the type.
(Defined by DataTableBuilders.) | |
| buildDataTable(String, Boolean, Boolean, Boolean, PropertyCollectionExtended, String) | Overloaded.
Builds the horizontal data table
(Defined by DataTableBuilders.) | |
| buildDataTableVerticalSummaryTable |
Builds the vertical table with all data
(Defined by DataTableBuilders.) | |
| buildPCE | (Defined by imbPropertyCollectionExtensions.) | |
| buildPropertyCollectionT |
Create or update property collection out of object properties
(Defined by imbPropertyCollectionExtensions.) | |
| changeValueAsInt32 |
Changes the value as int32.
(Defined by imbValueChangers.) | |
| changeValueDouble |
Step je 0.01
(Defined by imbValueChangers.) | |
| ConstructTableWithRandomContent |
Constructs the data table and populates with random content of the table with.
(Defined by imbDataTableExtensions.) | |
| getDataTypeSafe |
V3.5> Experimentalna funkcija - na osnovu tipa vrsi konverziju
(Defined by imbStringCommonTools.) | |
| GetDefaultValueT |
Vraca tipiziranu podrazumevanu vrednost
(Defined by imbTypologyHelpers.) | |
| getDescriptionForDictionary |
Gets the description for dictionary, property table etc
(Defined by settingsEntriesInfoModelApi.) | |
| getDictionaryFromMappedSource |
Vraca recnik sa vrednostima iz objekta.
(Defined by propertyMappingTools.) | |
| getEnumMemberPath |
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa
(Defined by imbEnumExtendBase.) | |
| getExcelRange |
Gets the Escel range from worksheet.
(Defined by imbEPPlusExtensions.) | |
| GetExpressionResolved |
Resolves the specified expresion path, having host as starting node
(Defined by PropertyExpressionTools.) | |
| getPathForObject |
2014c: Univerzalni konstruktor putanje
(Defined by resourcePathGenerator.) | |
| getPathForObjectAndParent |
Univerzalni konstruktor putanje za bilo koji tip i parent
(Defined by resourcePathGenerator.) | |
| getProperty |
Retrieves PropertyInfo found on path specified
(Defined by imbTypeQueryExtensions.) | |
| GetRectangle |
Gets the rectangle.
(Defined by SVGTools.) | |
| GetResized |
Gets the resized.
(Defined by SVGTools.) | |
| getSPEC | (Defined by imbTypeQueryExtensions.) | |
| getStringValue |
2013a> bezbedno vraca string verziju prosledjene vrednosti - Kreira stringValue
(Defined by imbDataExecutor.) | |
| GetUserManual |
Generates property manual
(Defined by settingsEntriesTools.) | |
| GetUserManualSaved |
Gets the user manual saved:
(Defined by settingsEntriesTools.) | |
| getValuesFromMappedSource | (Defined by propertyMappingTools.) | |
| imbAttributeToProperties |
Prebacuje vrednost iz atributa u propertije - u skladu sa podesenim mapiranjem (imbAttributeName.metaValueFromAttribute)
(Defined by imbAttributeTools.) | |
| imbConvertValueSafe |
2014c> bezbedna konverzija vrednosti
(Defined by imbTypeExtensions.) | |
| imbConvertValueSafeTypedT | (Defined by imbTypeExtensions.) | |
| imbGetAllProperties |
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.) | |
| imbGetAllValues |
Vraca sve vrednosti iz svih propertija koji su Public i Instance
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetCodeMark | (Defined by imbStringExtensions.) | |
| imbGetPropertySafe(String, Object, String) | Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafe(PropertyInfo, Object, Boolean, Object) | Overloaded.
2013> Sigurno preuzimanje vrednosti objekta - podržava path:
(Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean) | Overloaded. (Defined by imbTypologyPropertyGetSet.) | |
| imbGetPropertySafeT(PropertyInfo) | Overloaded.
2014:Maj - uzima property i odmah vrsi bezbednu konverziju!
(Defined by imbTypologyPropertyGetSet.) | |
| imbPropertyToString |
Sigurno iscitavanje stringa
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertyConvertSafe |
Algoritam sa konverzijom koja podrzava i Collection objekta koji imaju Add method.
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertySafe(String, Object, Boolean, Object, Boolean) | Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.) | |
| imbSetPropertySafe(PropertyInfo, Object, Boolean, Object, Boolean) | Overloaded.
2013> Sigurano postavljanje vrednosti objekta
(Defined by imbTypologyPropertyGetSet.) | |
| imbToBoolean |
Konvertuje bilo koju vrednost u Boolean
(Defined by imbTypeExtensions.) | |
| imbToEnumeration(Type, Enum) | Overloaded.
Convers an value to the best fit Enumeration member
(Defined by imbTypeEnumExtensions.) | |
| imbToEnumerationT | Overloaded. (Defined by imbTypeEnumExtensions.) | |
| imbToInstance |
Konvertuje u potrebni tip. Ukoliko postoji konstruktor sa parametrom koji je IsInstanceOfType(input) onda ce koristit njega
(Defined by imbTypeExtensions.) | |
| imbToNumber(Type) | Overloaded.
Konvertuje u broj prema zadatom tipu
(Defined by imbTypeExtensions.) | |
| imbToNumberT(Type) | Overloaded. (Defined by imbTypeExtensions.) | |
| isCoreColumn | (Defined by PropertyEntryColumnExtensions.) | |
| isNullOrEmpty | (Defined by imbSciStringExtensions.) | |
| isNullOrEmptyString |
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.) | |
| keyToString | (Defined by imbPropertyCollectionExtensions.) | |
| moveByVector(selectRange, Boolean) | Overloaded. (Defined by imbMathExtensions.) | |
| moveByVector(selectRange, Boolean) | Overloaded. (Defined by imbMathExtensions.) | |
| normalizeRange | (Defined by imbMathExtensions.) | |
| renderToTemplate |
Vraca string koji definise placeholder u template stringu
(Defined by stringTemplateTools.) | |
| resizeByVector | (Defined by imbMathExtensions.) | |
| resolvePath(String, pathResolveFlag) | Overloaded.
Najčešće korišćen metod za upit nad putanjom i objektom
(Defined by resourcePathResolver.) | |
| resolvePathT(String, pathResolveFlag) | Overloaded. (Defined by resourcePathResolver.) | |
| saveObjectToXML | (Defined by objectSerialization.) | |
| setObjectByMappedSource |
Primenjuje prosledjenu property mapu
(Defined by propertyMappingTools.) | |
| setObjectBySource |
Sets the object by source.
(Defined by imbTypeObjectOperations.) | |
| setObjectValueTypesBySource |
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.) | |
| setPresetSpatialSettings |
Deplozs spatial settings from named preset
(Defined by cursorZoneExtensions.) | |
| setValuesToMappedTarget |
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.) | |
| setZoneStructure |
Builds the zone.
(Defined by cursorZoneExtensions.) | |
| sumValues |
Supports> String, Int32, any number via Double and Boolean
(Defined by imbTypeExtensions.) | |
| takeColumnGroup | (Defined by imbMathExtensions.) | |
| takeRowSlice | (Defined by imbMathExtensions.) | |
| toExpressionString |
Returns expression-ready string, wrapped in proper quotes if required
(Defined by imbStringFormats.) | |
| toStringSafe | Overloaded. (Defined by imbStringFormats.) | |
| toStringSafe(String) | Overloaded. (Defined by imbStringFormats.) | |
| toStringSafe(String, String) | Overloaded.
Bezbedna konverzija u String -- ako je null onda valueForNull
(Defined by imbStringFormats.) |