ITextLayoutContentProvider Interface |
Namespace: imbACE.Services.textBlocks.interfaces
public interface ITextLayoutContentProvider : IAcceptsTextSectionStyle, ITextContentBasic, ISupportsTextCursor, ISupportsCursorWriteAndSelect, ISupportsBasicCursor
The ITextLayoutContentProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| backColor |
pozadinska boja
(Inherited from ITextContentBasic.) | |
| backgroundDecoration |
uzorak stringa koji se koristi za pozadinsku dekoraciju
(Inherited from IAcceptsTextSectionStyle.) | |
| blending |
vrsta blendovanja
(Inherited from ITextContentBasic.) | |
| doInverseColors |
koji pod stil se primenjuje
(Inherited from IAcceptsTextSectionStyle.) | |
| fieldFormats | (Inherited from IAcceptsTextSectionStyle.) | |
| foreColor |
boja slova
(Inherited from ITextContentBasic.) | |
| height | (Inherited from ISupportsBasicCursor.) | |
| innerBottomPosition | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedBottomPosition | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedHeight | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedLeftPosition | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedRightPosition | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedTopPosition | (Inherited from ISupportsBasicCursor.) | |
| innerBoxedWidth | (Inherited from ISupportsBasicCursor.) | |
| innerHeight | (Inherited from ISupportsBasicCursor.) | |
| innerLeftPosition | (Inherited from ISupportsBasicCursor.) | |
| innerRightPosition | (Inherited from ISupportsBasicCursor.) | |
| innerTopPosition | (Inherited from ISupportsBasicCursor.) | |
| innerWidth | (Inherited from ISupportsBasicCursor.) | |
| leftFieldWidth |
sirina levog polja
(Inherited from IAcceptsTextSectionStyle.) | |
| margin | (Inherited from ISupportsBasicCursor.) | |
| marginDecoration |
dekoracijaMargine
(Inherited from IAcceptsTextSectionStyle.) | |
| middleFieldWidth | (Inherited from ISupportsTextCursor.) | |
| outerBottomPosition | (Inherited from ISupportsBasicCursor.) | |
| outerRightPosition | (Inherited from ISupportsBasicCursor.) | |
| padding | (Inherited from ISupportsBasicCursor.) | |
| rightFieldWidth |
sirina desnog polja
(Inherited from IAcceptsTextSectionStyle.) | |
| width | (Inherited from ISupportsBasicCursor.) | |
| ZLayerOrder |
Z redosled sloja u kome se nalazi ovaj blok - 0 se prvo renderuje, 100 poslednji
|
| Name | Description | |
|---|---|---|
| getAttachment |
Vraca section koji je "nakacen" na ovaj. Nakachen section se automatski RRE obradjuje pri pozivanju ovog sectiona
| |
| getAttachmentHeight | ||
| getAttachmentTotalHeight | ||
| getContent | (Inherited from ITextContentBasic.) | |
| refreshAttachmentPosition | ||
| resetContent |
Brise sav zadrzaj i renderuje pozadinu
| |
| select |
Od trenutne pozicije kursora vraca substring date duzine. Ako je length = -1 onda do desnog kraja dozvoljene zone.
(Inherited from ISupportsCursorWriteAndSelect.) | |
| setAttachment |
Kaci prosledjeni section na ovaj - zajedno ce biti renderovani
| |
| write |
upisuje prosledjen unos, primenjuje limit ako je dat - ako nije> limit je u skladu za zonom
(Inherited from ISupportsCursorWriteAndSelect.) |