package net.rubygrapefruit.docs.model; public interface Text extends Inline { String getText(); }