rtCell | ||
![]() rtRow rtTable ![]() AlignVertical BackgroundColor BackGroundImage As rtLabel BeginInsert Borders BottomBorder Color As rtColor Column As rtColumn ColumnNumber Content Flags HTML isSpanning isVisible ImageDisplay LeftBorder MergeColumns MergeRows root RightBorder RowNumber Table As rtTable TopBorder | version 1.5
Cell of Table ( rtTable) in rich text field. All cell content - text, images and other objects are accessible through Content property of rtCell. In merged region only bottom-rightmost cell may contain visualisable information. see MergeCells method of the rtTable. Cell object is used to set cell borders, background and vertical alignment. The cell width may be set for Column using cell's Column property that returns rtColumn object or Columns property of rtTable object. Cell flags are also all directly available. Cell may have an image resource to be defined as a background image. Use Image, Imageformula and ImageDisplay to define background image properties. Background image does not show on Web.
Use Color property to set background color. Use Flags to set background gradient. Gradient setting of Color ( rtColor object) is ignored. rtCell does not act as an independent element. |