Class TextPointDTO

java.lang.Object
cn.net.pap.common.pdf.dto.TextPointDTO
All Implemented Interfaces:
Serializable

public class TextPointDTO extends Object implements Serializable
字体区域信息
See Also:
  • Constructor Details

    • TextPointDTO

      public TextPointDTO()
  • Method Details

    • getText

      public String getText()
    • setText

      public void setText(String text)
    • getCharacterBounds

      public Dimension getCharacterBounds()
    • setCharacterBounds

      public void setCharacterBounds(Dimension characterBounds)
    • getX

      public Float getX()
    • setX

      public void setX(Float x)
    • getY

      public Float getY()
    • setY

      public void setY(Float y)
    • toString

      public String toString()
      Overrides:
      toString in class Object