Class PDAbstractAppearanceHandler

    • Field Detail

      • SHORT_STYLES

        protected static final java.util.Set<java.lang.String> SHORT_STYLES
        Line ending styles where the line has to be drawn shorter (minus line width).
      • INTERIOR_COLOR_STYLES

        protected static final java.util.Set<java.lang.String> INTERIOR_COLOR_STYLES
        Line ending styles where there is an interior color.
      • ANGLED_STYLES

        protected static final java.util.Set<java.lang.String> ANGLED_STYLES
        Line ending styles where the shape changes its angle, e.g. arrows.
    • Constructor Detail

      • PDAbstractAppearanceHandler

        public PDAbstractAppearanceHandler​(PDAnnotation annotation)
      • PDAbstractAppearanceHandler

        public PDAbstractAppearanceHandler​(PDAnnotation annotation,
                                           PDDocument document)
    • Method Detail

      • createCOSStream

        protected COSStream createCOSStream()