DataCompositionAppearanceTemplateAppearance

Description:

Collection of data composition appearance elements. Following elements are used in layout:
1. BackColor - value type Color;
2. TextColor - value type Color;
3. BorderColor - value type Color;
4. BorderStyle - value type Line;
5. BorderStyle.Left - value type Line;
6. BorderStyle.Top - value type Line;
7. BorderStyle.Right - value type Line;
8. BorderStyle.Bottom - value type Line;
9. Font - value type Font;
10. Indent - value type Number;
11. AutoIndent - value type Number;
12. HorizontalAlign - value type HorizontalAlign;
13. VerticalAlign - value type VerticalAlign;
14. Placement - text placement - value type DataCompositionTextPlacementType;
15. TextOrientation - value type Number;
16. Format - value type String (format string);
17. MarkNegatives - value type Boolean;
18. MinimumWidth - value type Number;
19. MaximumWidth - value type Number;
20. MinimumHeight - value type Number;
21. MaximumHeight - value type Number;
22. ColumnSizeChangeMode – indicates whether the cell column is resizeable SizeChangeMode;
23. MarkIncomplete - mark the cell as unfilled - value type Boolean.

Availability:

Server, thick client, external connection.
The given object may be serialized to/from XDTO. The XDTO type correspoding to this object is defined in {http://v8.1c.ru/8.1/data-composition-system/core} namespace. XDTO type name: Appearance.

See also:

DataCompositionAppearanceTemplateAreaItem, property Appearance
DataCompositionConditionalAppearanceItem, property Appearance
DataCompositionSchemaDataSetField, property Appearance
DataCompositionSchemaCalculatedField, property Appearance

    

1C:Enterprise Developer's Community