Package com._1c.g5.v8.dt.md
Interface IPresentationService
- All Known Implementing Classes:
PresentationService
public interface IPresentationService
Presentations service for styled font and colors.
-
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.
-
Method Details
-
dereferenceV8Color
Returns dereference v8 color or auto.- Parameters:
v8Color
- the v8 color, cannot benull
autoId
- the v8 color auto value id, can benull
dtProject
- the dt project, cannot benull
- Returns:
- dereference v8 color or self or auto, cannot be
null
.
-
dereferenceV8Font
Returns dereference v8 font or auto.- Parameters:
v8Font
- the v8 font, cannot benull
autoId
- the v8 font auto value id, can benull
dtProject
- the dt project, cannot benull
- Returns:
- dereference v8 font or self or auto, cannot be
null
.
-
getStyledV8Color
Returns styled v8 color or auto.- Parameters:
v8Color
- the v8 color, cannot benull
dtProject
- the dt project, cannot benull
autoId
- the v8 color auto value id, cannot benull
- Returns:
- styled v8 color or self or auto, cannot be
null
.
-
getStyledV8Font
Returns styled v8 font or auto.- Parameters:
v8Font
- the v8 font, cannot benull
dtProject
- the dt project, cannot benull
- Returns:
- styled v8 font or self or auto, cannot be
null
.
-