Packages

 

com.aspose.cad.fileformats.cad.cadobjects

Interfaces

Classes

com.aspose.cad.fileformats.cad.cadobjects

Class CadMLeaderContextData



  • public class CadMLeaderContextData
    extends CadBaseEntity

    Class describing context data for multileader

    • Constructor Detail

      • CadMLeaderContextData

        public CadMLeaderContextData()

        Initializes a new instance of the CadMLeaderContextData class.

    • Method Detail

      • getBlockContentId

        public final String getBlockContentId()

        Gets or sets the block content identifier.

        Returns:
        The block content identifier.
      • setBlockContentId

        public final void setBlockContentId(String value)

        Gets or sets the block content identifier.

        Parameters:
        value - The block content identifier.
      • getBlockContentNormalDirection

        public final Cad3DPoint getBlockContentNormalDirection()

        Gets or sets the block content normal direction.

        Returns:
        The block content normal direction.
      • setBlockContentNormalDirection

        public final void setBlockContentNormalDirection(Cad3DPoint value)

        Gets or sets the block content normal direction.

        Parameters:
        value - The block content normal direction.
      • getBlockContentPosition

        public final Cad3DPoint getBlockContentPosition()

        Gets or sets the block content position.

        Returns:
        The block content position.
      • setBlockContentPosition

        public final void setBlockContentPosition(Cad3DPoint value)

        Gets or sets the block content position.

        Parameters:
        value - The block content position.
      • getBlockContentScale

        public final Cad3DPoint getBlockContentScale()

        Gets or sets the block content scale.

        Returns:
        The block content scale.
      • setBlockContentScale

        public final void setBlockContentScale(Cad3DPoint value)

        Gets or sets the block content scale.

        Parameters:
        value - The block content scale.
      • getBlockContentRotation

        public final double getBlockContentRotation()

        Gets or sets the block content rotation.

        Returns:
        The block content rotation.
      • setBlockContentRotation

        public final void setBlockContentRotation(double value)

        Gets or sets the block content rotation.

        Parameters:
        value - The block content rotation.
      • getBlockContentColor

        public final int getBlockContentColor()

        Gets or sets the color of the block content.

        Returns:
        The color of the block content.
      • setBlockContentColor

        public final void setBlockContentColor(int value)

        Gets or sets the color of the block content.

        Parameters:
        value - The color of the block content.
      • getBlockTransformationMatrixList

        public final List<Double> getBlockTransformationMatrixList()

        Gets or sets the block transformation matrix list.

        Returns:
        The block transformation matrix list.
      • setBlockTransformationMatrixList

        public final void setBlockTransformationMatrixList(List<Double> value)

        Gets or sets the block transformation matrix list.

        Parameters:
        value - The block transformation matrix list.
      • getPlaneNormalReversed

        public final boolean getPlaneNormalReversed()

        Gets or sets a value indicating whether [plane normal reversed].

        Returns:
        true if [plane normal reversed]; otherwise, false.
      • setPlaneNormalReversed

        public final void setPlaneNormalReversed(boolean value)

        Gets or sets a value indicating whether [plane normal reversed].

        Parameters:
        value - true if [plane normal reversed]; otherwise, false.
      • getPlaneYAxisDirection

        public final Cad3DPoint getPlaneYAxisDirection()

        Gets or sets the plane y axis direction.

        Returns:
        The plane y axis direction.
      • setPlaneYAxisDirection

        public final void setPlaneYAxisDirection(Cad3DPoint value)

        Gets or sets the plane y axis direction.

        Parameters:
        value - The plane y axis direction.
      • getPlaneXAxisDirection

        public final Cad3DPoint getPlaneXAxisDirection()

        Gets or sets the plane x axis direction.

        Returns:
        The plane x axis direction.
      • setPlaneXAxisDirection

        public final void setPlaneXAxisDirection(Cad3DPoint value)

        Gets or sets the plane x axis direction.

        Parameters:
        value - The plane x axis direction.
      • getPlaneOriginPoint

        public final Cad3DPoint getPlaneOriginPoint()

        Gets or sets a value indicating whether [plane origin point].

        Returns:
        true if [plane origin point]; otherwise, false.
      • setPlaneOriginPoint

        public final void setPlaneOriginPoint(Cad3DPoint value)

        Gets or sets a value indicating whether [plane origin point].

        Parameters:
        value - true if [plane origin point]; otherwise, false.
      • getTextColumnFlowReversed

        public final boolean getTextColumnFlowReversed()

        Gets or sets a value indicating whether [text column flow reversed].

        Returns:
        true if [text column flow reversed]; otherwise, false.
      • setTextColumnFlowReversed

        public final void setTextColumnFlowReversed(boolean value)

        Gets or sets a value indicating whether [text column flow reversed].

        Parameters:
        value - true if [text column flow reversed]; otherwise, false.
      • getTextUseWordBreak

        public final boolean getTextUseWordBreak()

        Gets or sets a value indicating whether [text use word break].

        Returns:
        true if [text use word break]; otherwise, false.
      • setTextUseWordBreak

        public final void setTextUseWordBreak(boolean value)

        Gets or sets a value indicating whether [text use word break].

        Parameters:
        value - true if [text use word break]; otherwise, false.
      • hasBlock

        public final boolean hasBlock()

        Gets or sets a value indicating whether this instance has block.

        Returns:
        true if this instance has block; otherwise, false.
      • setBlock

        public final void setBlock(boolean value)

        Gets or sets a value indicating whether this instance has block.

        Parameters:
        value - true if this instance has block; otherwise, false.
      • hasMText

        public final boolean hasMText()

        Gets or sets whether context data has MText.

        Returns:
        If context data has MText
      • setMText

        public final void setMText(boolean value)

        Gets or sets whether context data has MText.

        Parameters:
        value - If context data has MText
      • getTextFlowDirection

        public final short getTextFlowDirection()

        Gets or sets text flow direction

        Returns:
        Text flow direction
      • setTextFlowDirection

        public final void setTextFlowDirection(short value)

        Gets or sets text flow direction

        Parameters:
        value - Text flow direction
      • getTextColumnType

        public final short getTextColumnType()

        Gets or sets text column type

        Returns:
        Text column type
      • setTextColumnType

        public final void setTextColumnType(short value)

        Gets or sets text column type

        Parameters:
        value - Text column type
      • getTextBackgroundColorOn

        public final boolean getTextBackgroundColorOn()

        Gets or sets text background color on

        Returns:
        Text background color on
      • setTextBackgroundColorOn

        public final void setTextBackgroundColorOn(boolean value)

        Gets or sets text background color on

        Parameters:
        value - Text background color on
      • getTextBackgroundFillOn

        public final boolean getTextBackgroundFillOn()

        Gets or sets text background fill on

        Returns:
        Text background color on
      • setTextBackgroundFillOn

        public final void setTextBackgroundFillOn(boolean value)

        Gets or sets text background fill on

        Parameters:
        value - Text background color on
      • getDefaultText

        public final String getDefaultText()

        Gets or sets default text.

        Returns:
        Default text.
      • setDefaultText

        public final void setDefaultText(String value)

        Gets or sets default text.

        Parameters:
        value - Default text.
      • getTextLineSpacingStyle

        public final short getTextLineSpacingStyle()

        Gets or sets text line spacing style.

        Returns:
        Text line spacing style
      • setTextLineSpacingStyle

        public final void setTextLineSpacingStyle(short value)

        Gets or sets text line spacing style.

        Parameters:
        value - Text line spacing style
      • getTextStyleID

        public final String getTextStyleID()

        Gets or sets text style.

        Returns:
        Text style.
      • setTextStyleID

        public final void setTextStyleID(String value)

        Gets or sets text style.

        Parameters:
        value - Text style.
      • getTextWidth

        public final double getTextWidth()

        Gets or sets width of text.

        Returns:
        The width of text.
      • setTextWidth

        public final void setTextWidth(double value)

        Gets or sets width of text.

        Parameters:
        value - The width of text.
      • getTextColumnGutterWidth

        public final double getTextColumnGutterWidth()

        Gets or sets width of text column gutter.

        Returns:
        The width of text column gutter.
      • setTextColumnGutterWidth

        public final void setTextColumnGutterWidth(double value)

        Gets or sets width of text column gutter.

        Parameters:
        value - The width of text column gutter.
      • getTextColumnHeight

        public final double getTextColumnHeight()

        Gets or sets text column height.

        Returns:
        The height of text column
      • setTextColumnHeight

        public final void setTextColumnHeight(double value)

        Gets or sets text column height.

        Parameters:
        value - The height of text column
      • getTextBackgroundScaleFactor

        public final double getTextBackgroundScaleFactor()

        Gets or sets text background scale factor.

        Returns:
        Text background scale factor.
      • setTextBackgroundScaleFactor

        public final void setTextBackgroundScaleFactor(double value)

        Gets or sets text background scale factor.

        Parameters:
        value - Text background scale factor.
      • getTextBackgroundTransparency

        public final int getTextBackgroundTransparency()

        Gets or sets text background transparency.

        Returns:
        Text background transparency.
      • setTextBackgroundTransparency

        public final void setTextBackgroundTransparency(int value)

        Gets or sets text background transparency.

        Parameters:
        value - Text background transparency.
      • getTextLandingGap

        public final double getTextLandingGap()

        Gets or sets text landing gap.

      • setTextLandingGap

        public final void setTextLandingGap(double value)

        Gets or sets text landing gap.

      • getUseTextAutoheight

        public final boolean getUseTextAutoheight()

        Gets or sets using of text auto height.

      • setUseTextAutoheight

        public final void setUseTextAutoheight(boolean value)

        Gets or sets using of text auto height.

      • getColumnWidth

        public final double getColumnWidth()

        Gets or sets width of column.

        Returns:
        The width of column.
      • setColumnWidth

        public final void setColumnWidth(double value)

        Gets or sets width of column.

        Parameters:
        value - The width of column.
      • getTextLineSpacingFactor

        public final double getTextLineSpacingFactor()

        Gets or sets line spacing factor.

        Returns:
        Line spacing factor.
      • setTextLineSpacingFactor

        public final void setTextLineSpacingFactor(double value)

        Gets or sets line spacing factor.

        Parameters:
        value - Line spacing factor.
      • getContentScale

        public final double getContentScale()

        Gets or sets the content scale.

        Returns:
        The scale of content.
      • setContentScale

        public final void setContentScale(double value)

        Gets or sets the content scale.

        Parameters:
        value - The scale of content.
      • getTextRotation

        public final double getTextRotation()

        Gets or sets the rotation of the text.

        Returns:
        The rotation of the text.
      • setTextRotation

        public final void setTextRotation(double value)

        Gets or sets the rotation of the text.

        Parameters:
        value - The rotation of the text.
      • getTextHeight

        public final double getTextHeight()

        Gets or sets the height of text.

        Returns:
        The height of text.
      • setTextHeight

        public final void setTextHeight(double value)

        Gets or sets the height of text.

        Parameters:
        value - The height of text.
      • getArrowHeadSize

        public final double getArrowHeadSize()

        Gets or sets size of an arrow.

        Returns:
        The arrow size.
      • setArrowHeadSize

        public final void setArrowHeadSize(double value)

        Gets or sets size of an arrow.

        Parameters:
        value - The arrow size.
      • getBasePoint

        public final Cad3DPoint getBasePoint()

        Gets or sets basepoint.

        Returns:
        The base point of context data.
      • setBasePoint

        public final void setBasePoint(Cad3DPoint value)

        Gets or sets basepoint.

        Parameters:
        value - The base point of context data.
      • getTextNormalDirection

        public final Cad3DPoint getTextNormalDirection()

        Gets or sets text normal direction.

        Returns:
        The text normal direction point of context data.
      • setTextNormalDirection

        public final void setTextNormalDirection(Cad3DPoint value)

        Gets or sets text normal direction.

        Parameters:
        value - The text normal direction point of context data.
      • getTextLocationPoint

        public final Cad3DPoint getTextLocationPoint()

        Gets or sets text location point.

        Returns:
        The text location point of context data.
      • setTextLocationPoint

        public final void setTextLocationPoint(Cad3DPoint value)

        Gets or sets text location point.

        Parameters:
        value - The text location point of context data.
      • getTextDirectionPoint

        public final Cad3DPoint getTextDirectionPoint()

        Gets or sets text direction point.

        Returns:
        The text direction point of context data.
      • setTextDirectionPoint

        public final void setTextDirectionPoint(Cad3DPoint value)

        Gets or sets text direction point.

        Parameters:
        value - The text direction point of context data.
      • getLeaderNode

        public final CadMLeaderNode getLeaderNode()

        Gets or sets text location point.

        Returns:
        The text location point of context data.
      • setLeaderNode

        public final void setLeaderNode(CadMLeaderNode value)

        Gets or sets text location point.

        Parameters:
        value - The text location point of context data.
      • getTextColor

        public final int getTextColor()

        Gets or sets text color.

        Returns:
        Color of text.
      • setTextColor

        public final void setTextColor(int value)

        Gets or sets text color.

        Parameters:
        value - Color of text.
      • getTextBackgroundColor

        public final int getTextBackgroundColor()

        Gets or sets text background color.

        Returns:
        Background color of text.
      • setTextBackgroundColor

        public final void setTextBackgroundColor(int value)

        Gets or sets text background color.

        Parameters:
        value - Background color of text.
      • getTextAttachmentType

        public final short getTextAttachmentType()

        Gets or sets text attachment style.

      • setTextAttachmentType

        public final void setTextAttachmentType(short value)

        Gets or sets text attachment style.

      • getTextLeftAttachmentType

        public final short getTextLeftAttachmentType()

        Gets or sets text left attachment style.

      • setTextLeftAttachmentType

        public final void setTextLeftAttachmentType(short value)

        Gets or sets text left attachment style.

      • getTextRightAttachmentType

        public final short getTextRightAttachmentType()

        Gets or sets right attachment type.

      • setTextRightAttachmentType

        public final void setTextRightAttachmentType(short value)

        Gets or sets right attachment type.