Package com._1c.g5.v8.dt.internal.md
Class PresentationService
java.lang.Object
com._1c.g5.v8.dt.internal.md.PresentationService
- All Implemented Interfaces:
IPresentationService
Implementation
IPresentationService.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondereferenceV8Color(V8Color v8Color, String autoId, IDtProject dtProject) Returns dereference v8 color or auto.dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject) Returns dereference v8 font or auto.getStyledV8Color(V8Color v8Color, IDtProject dtProject) Returns styled v8 color or auto.getStyledV8Font(V8Font v8Font, IDtProject dtProject) Returns styled v8 font or auto.
-
Constructor Details
-
PresentationService
public PresentationService()
-
-
Method Details
-
dereferenceV8Color
Description copied from interface:IPresentationServiceReturns dereference v8 color or auto.- Specified by:
dereferenceV8Colorin interfaceIPresentationService- Parameters:
v8Color- the v8 color, cannot benullautoId- the v8 color auto value id, can benulldtProject- the dt project, cannot benull- Returns:
- dereference v8 color or self or auto, cannot be
null.
-
dereferenceV8Font
Description copied from interface:IPresentationServiceReturns dereference v8 font or auto.- Specified by:
dereferenceV8Fontin interfaceIPresentationService- Parameters:
v8Font- the v8 font, cannot benullautoId- the v8 font auto value id, can benulldtProject- the dt project, cannot benull- Returns:
- dereference v8 font or self or auto, cannot be
null.
-
getStyledV8Color
Description copied from interface:IPresentationServiceReturns styled v8 color or auto.- Specified by:
getStyledV8Colorin interfaceIPresentationService- Parameters:
v8Color- the v8 color, cannot benulldtProject- the dt project, cannot benull- Returns:
- styled v8 color or self or auto, cannot be
null.
-
getStyledV8Font
Description copied from interface:IPresentationServiceReturns styled v8 font or auto.- Specified by:
getStyledV8Fontin interfaceIPresentationService- Parameters:
v8Font- the v8 font, cannot benulldtProject- the dt project, cannot benull- Returns:
- styled v8 font or self or auto, cannot be
null.
-