Click or drag to resize

ITextLayoutContentProvider 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 ITextLayoutContentProvider : IAcceptsTextSectionStyle, 
	ITextContentBasic, ISupportsTextCursor, ISupportsCursorWriteAndSelect, ISupportsBasicCursor
Request Example View Source

The ITextLayoutContentProvider type exposes the following members.

Properties
  NameDescription
Public propertybackColor
pozadinska boja
(Inherited from ITextContentBasic.)
Public propertybackgroundDecoration
uzorak stringa koji se koristi za pozadinsku dekoraciju
(Inherited from IAcceptsTextSectionStyle.)
Public propertyblending
vrsta blendovanja
(Inherited from ITextContentBasic.)
Public propertydoInverseColors
koji pod stil se primenjuje
(Inherited from IAcceptsTextSectionStyle.)
Public propertyfieldFormats (Inherited from IAcceptsTextSectionStyle.)
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 IAcceptsTextSectionStyle.)
Public propertymargin (Inherited from ISupportsBasicCursor.)
Public propertymarginDecoration
dekoracijaMargine
(Inherited from IAcceptsTextSectionStyle.)
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 IAcceptsTextSectionStyle.)
Public propertywidth (Inherited from ISupportsBasicCursor.)
Public propertyZLayerOrder
Z redosled sloja u kome se nalazi ovaj blok - 0 se prvo renderuje, 100 poslednji
Top
Methods
  NameDescription
Public methodgetAttachment
Vraca section koji je "nakacen" na ovaj. Nakachen section se automatski RRE obradjuje pri pozivanju ovog sectiona
Public methodgetAttachmentHeight
Public methodgetAttachmentTotalHeight
Public methodgetContent (Inherited from ITextContentBasic.)
Public methodrefreshAttachmentPosition
Public methodresetContent
Brise sav zadrzaj i renderuje pozadinu
Public methodselect
Od trenutne pozicije kursora vraca substring date duzine. Ako je length = -1 onda do desnog kraja dozvoljene zone.
(Inherited from ISupportsCursorWriteAndSelect.)
Public methodsetAttachment
Kaci prosledjeni section na ovaj - zajedno ce biti renderovani
Public methodwrite
upisuje prosledjen unos, primenjuje limit ako je dat - ako nije> limit je u skladu za zonom
(Inherited from ISupportsCursorWriteAndSelect.)
Top
See Also