com.groupdocs.parser.templates

Class TemplateLinkedPositionEdges

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean isBottom()
      Gets the value that indicates whether a field is searched by the bottom from the linked field.
      boolean isEmpty()
      Gets the value that indicates whether the instance is empty.
      boolean isLeft()
      Gets the value that indicates whether a field is searched by the left from the linked field.
      boolean isRight()
      Gets the value that indicates whether a field is searched by the right from the linked field.
      boolean isTop()
      Gets the value that indicates whether a field is searched by the top from the linked field.
    • Constructor Detail

      • TemplateLinkedPositionEdges

        public TemplateLinkedPositionEdges(boolean left,
                                           boolean top,
                                           boolean right,
                                           boolean bottom)
        Initializes a new instance of the TemplateLinkedPositionEdges class.
        Parameters:
        left - The value that indicates whether a field is searched by the left from the linked field.
        top - The value that indicates whether a field is searched by the top from the linked field.
        right - The value that indicates whether a field is searched by the right from the linked field.
        bottom - The value that indicates whether a field is searched by the bottom from the linked field.
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Gets the value that indicates whether the instance is empty.
        Returns:
        true if the instance is empty (all fields are false); otherwise, false.
      • isLeft

        public boolean isLeft()
        Gets the value that indicates whether a field is searched by the left from the linked field.
        Returns:
        true if a field is searched by the left from the linked field; otherwise, false.
      • isTop

        public boolean isTop()
        Gets the value that indicates whether a field is searched by the top from the linked field.
        Returns:
        true if a field is searched by the top from the linked field; otherwise, false.
      • isRight

        public boolean isRight()
        Gets the value that indicates whether a field is searched by the right from the linked field.
        Returns:
        true if a field is searched by the right from the linked field; otherwise, false.
      • isBottom

        public boolean isBottom()
        Gets the value that indicates whether a field is searched by the bottom from the linked field.
        Returns:
        true if a field is searched by the bottom from the linked field; otherwise, false.