Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMLeaderBlock



  • public class CadMLeaderBlock
    extends Object

    Class describing MLeader block

    • Constructor Detail

      • CadMLeaderBlock

        public CadMLeaderBlock()
    • Method Detail

      • getBlockAttributerId

        public final String getBlockAttributerId()

        Gets or sets the block attributer identifier.

        Returns:
        The block attributer identifier.
      • setBlockAttributerId

        public final void setBlockAttributerId(String value)

        Gets or sets the block attributer identifier.

        Parameters:
        value - The block attributer identifier.
      • getBlockAttributeIndex

        public final short getBlockAttributeIndex()

        Gets or sets the index of the block attribute.

        Returns:
        The index of the block attribute.
      • setBlockAttributeIndex

        public final void setBlockAttributeIndex(short value)

        Gets or sets the index of the block attribute.

        Parameters:
        value - The index of the block attribute.
      • getBlockAttributeTextString

        public final String getBlockAttributeTextString()

        Gets or sets the block attribute text string.

        Returns:
        The block attribute text string.
      • setBlockAttributeTextString

        public final void setBlockAttributeTextString(String value)

        Gets or sets the block attribute text string.

        Parameters:
        value - The block attribute text string.
      • getBlockAttributeWidth

        public final double getBlockAttributeWidth()

        Gets or sets the width of the block attribute.

        Returns:
        The width of the block attribute.
      • setBlockAttributeWidth

        public final void setBlockAttributeWidth(double value)

        Gets or sets the width of the block attribute.

        Parameters:
        value - The width of the block attribute.