declare namespace javax { namespace swing { namespace text { namespace StyleConstants { /** * This is a typesafe enumeration of the well-known * attributes that contribute to a paragraph style. These are * aliased by the outer class for general presentation. */ // @ts-ignore class ParagraphConstants extends javax.swing.text.StyleConstants implements javax.swing.text.AttributeSet.ParagraphAttribute { } } } } }