Interface IPresentationService

All Known Implementing Classes:
PresentationService

public interface IPresentationService
Presentations service for styled font and colors.
  • Method Details

    • dereferenceV8Color

      V8Color dereferenceV8Color(V8Color v8Color, String autoId, IDtProject dtProject)
      Returns dereference v8 color or auto.
      Parameters:
      v8Color - the v8 color, cannot be null
      autoId - the v8 color auto value id, can be null
      dtProject - the dt project, cannot be null
      Returns:
      dereference v8 color or self or auto, cannot be null.
    • dereferenceV8Font

      V8Font dereferenceV8Font(V8Font v8Font, String autoId, IDtProject dtProject)
      Returns dereference v8 font or auto.
      Parameters:
      v8Font - the v8 font, cannot be null
      autoId - the v8 font auto value id, can be null
      dtProject - the dt project, cannot be null
      Returns:
      dereference v8 font or self or auto, cannot be null.
    • getStyledV8Color

      V8Color getStyledV8Color(V8Color v8Color, IDtProject dtProject)
      Returns styled v8 color or auto.
      Parameters:
      v8Color - the v8 color, cannot be null
      dtProject - the dt project, cannot be null
      autoId - the v8 color auto value id, cannot be null
      Returns:
      styled v8 color or self or auto, cannot be null.
    • getStyledV8Font

      V8Font getStyledV8Font(V8Font v8Font, IDtProject dtProject)
      Returns styled v8 font or auto.
      Parameters:
      v8Font - the v8 font, cannot be null
      dtProject - the dt project, cannot be null
      Returns:
      styled v8 font or self or auto, cannot be null.