Click or drag to resize

IHasTextSectionMethods Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Services.textBlocks.interfaces
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public interface IHasTextSectionMethods : IHasCursor, 
	ISupportsTextCursor, ISupportsCursorWriteAndSelect, ISupportsBasicCursor, ITextContentBasic
Request Example View Source

The IHasTextSectionMethods type exposes the following members.

Properties
  NameDescription
Public propertybackColor
pozadinska boja
(Inherited from ITextContentBasic.)
Public propertyblending
vrsta blendovanja
(Inherited from ITextContentBasic.)
Public propertycursor (Inherited from IHasCursor.)
Public propertydoInverseColors
da li da invertuje boje
(Inherited from ITextContentBasic.)
Public propertyforeColor
boja slova
(Inherited from ITextContentBasic.)
Public propertyheight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerBoxedWidth (Inherited from ISupportsBasicCursor.)
Public propertyinnerHeight (Inherited from ISupportsBasicCursor.)
Public propertyinnerLeftPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerRightPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerTopPosition (Inherited from ISupportsBasicCursor.)
Public propertyinnerWidth (Inherited from ISupportsBasicCursor.)
Public propertyleftFieldWidth
sirina levog polja
(Inherited from ISupportsTextCursor.)
Public propertymargin (Inherited from ISupportsBasicCursor.)
Public propertymiddleFieldWidth (Inherited from ISupportsTextCursor.)
Public propertyouterBottomPosition (Inherited from ISupportsBasicCursor.)
Public propertyouterRightPosition (Inherited from ISupportsBasicCursor.)
Public propertypadding (Inherited from ISupportsBasicCursor.)
Public propertyrightFieldWidth
sirina desnog polja
(Inherited from ISupportsTextCursor.)
Public propertywidth (Inherited from ISupportsBasicCursor.)
Public propertyZLayerOrder
Z redosled sloja u kome se nalazi ovaj blok - 0 se prvo renderuje, 100 poslednji
(Inherited from ITextContentBasic.)
Top
Methods
  NameDescription
Public methodgetContent (Inherited from ITextContentBasic.)
Public methodinsertLine
Ubacuje liniju ili linije
Public methodinsertSplitLine
Ubacuje spliter liniju i pomera kursor na sledeci red
Public methodselect
Od trenutne pozicije kursora vraca substring date duzine. Ako je length = -1 onda do desnog kraja dozvoljene zone.
(Inherited from ISupportsCursorWriteAndSelect.)
Public methodsetStyle
Public methodsetupFieldFormat
Podesava formatiranje polja
Public methodwrite
upisuje prosledjen unos, primenjuje limit ako je dat - ako nije> limit je u skladu za zonom
(Inherited from ISupportsCursorWriteAndSelect.)
Public methodwriteField
Public methodwriteLine
Upisuje liniju ili linije (automatski wrappuje)
Top
See Also