Library | Package Java Toolkit

Interface PrintPlacementOption

package com.ptc.pfc.pfcExport;

public interface PrintPlacementOption
  extends jxobject



Description

This interface is used to define the placement options for printing purpose.



Method Summary
doubleGetBottomOffset ()
    Get method for attribute "BottomOffset"
    Offset from the bottom.
booleanGetClipPlot ()
    Get method for attribute "ClipPlot"
    true to clip plot; false to skip clipping of plot.
booleanGetKeepPanzoom ()
    Get method for attribute "KeepPanzoom"
    true to keep pan zoom; false to skip pan zoom.
doubleGetLabelHeight ()
    Get method for attribute "LabelHeight"
    Height of label.
booleanGetPlaceLabel ()
    Get method for attribute "PlaceLabel"
    true to place label; false to skip placing of label.
doubleGetScale ()
    Get method for attribute "Scale"
    Scale value of content.
booleanGetShiftAllCorner ()
    Get method for attribute "ShiftAllCorner"
    true to shift all corners; false to skip shifting of corners.
doubleGetSideOffset ()
    Get method for attribute "SideOffset"
    Offset from the sides.
doubleGetX1ClipPosition ()
    Get method for attribute "X1ClipPosition"
    First X paramter for defining clip position.
doubleGetX2ClipPosition ()
    Get method for attribute "X2ClipPosition"
    Second X paramter for defining clip position.
doubleGetY1ClipPosition ()
    Get method for attribute "Y1ClipPosition"
    First Y paramter for defining clip position.
doubleGetY2ClipPosition ()
    Get method for attribute "Y2ClipPosition"
    Second Y paramter for defining clip position.
voidSetBottomOffset (double value)
    Set method for attribute "BottomOffset"
    Offset from the bottom.
voidSetClipPlot (boolean value)
    Set method for attribute "ClipPlot"
    true to clip plot; false to skip clipping of plot.
voidSetKeepPanzoom (boolean value)
    Set method for attribute "KeepPanzoom"
    true to keep pan zoom; false to skip pan zoom.
voidSetLabelHeight (double value)
    Set method for attribute "LabelHeight"
    Height of label.
voidSetPlaceLabel (boolean value)
    Set method for attribute "PlaceLabel"
    true to place label; false to skip placing of label.
voidSetScale (double value)
    Set method for attribute "Scale"
    Scale value of content.
voidSetShiftAllCorner (boolean value)
    Set method for attribute "ShiftAllCorner"
    true to shift all corners; false to skip shifting of corners.
voidSetSideOffset (double value)
    Set method for attribute "SideOffset"
    Offset from the sides.
voidSetX1ClipPosition (double value)
    Set method for attribute "X1ClipPosition"
    First X paramter for defining clip position.
voidSetX2ClipPosition (double value)
    Set method for attribute "X2ClipPosition"
    Second X paramter for defining clip position.
voidSetY1ClipPosition (double value)
    Set method for attribute "Y1ClipPosition"
    First Y paramter for defining clip position.
voidSetY2ClipPosition (double value)
    Set method for attribute "Y2ClipPosition"
    Second Y paramter for defining clip position.

Method Detail

GetScale/SetScale

doubleGetScale ()
voidSetScale (double value)


    Scale value of content.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetSideOffset/SetSideOffset

doubleGetSideOffset ()
voidSetSideOffset (double value)


    Offset from the sides.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetBottomOffset/SetBottomOffset

doubleGetBottomOffset ()
voidSetBottomOffset (double value)


    Offset from the bottom.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetKeepPanzoom/SetKeepPanzoom

booleanGetKeepPanzoom ()
voidSetKeepPanzoom (boolean value)


    true to keep pan zoom; false to skip pan zoom.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetClipPlot/SetClipPlot

booleanGetClipPlot ()
voidSetClipPlot (boolean value)


    true to clip plot; false to skip clipping of plot.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetShiftAllCorner/SetShiftAllCorner

booleanGetShiftAllCorner ()
voidSetShiftAllCorner (boolean value)


    true to shift all corners; false to skip shifting of corners.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetX1ClipPosition/SetX1ClipPosition

doubleGetX1ClipPosition ()
voidSetX1ClipPosition (double value)


    First X paramter for defining clip position.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetY1ClipPosition/SetY1ClipPosition

doubleGetY1ClipPosition ()
voidSetY1ClipPosition (double value)


    First Y paramter for defining clip position.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetX2ClipPosition/SetX2ClipPosition

doubleGetX2ClipPosition ()
voidSetX2ClipPosition (double value)


    Second X paramter for defining clip position.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetY2ClipPosition/SetY2ClipPosition

doubleGetY2ClipPosition ()
voidSetY2ClipPosition (double value)


    Second Y paramter for defining clip position.
Manual References:
Interface: Placement Options



GetPlaceLabel/SetPlaceLabel

booleanGetPlaceLabel ()
voidSetPlaceLabel (boolean value)


    true to place label; false to skip placing of label.
Manual References:
Interface: Placement Options, Interface: Placement Options



GetLabelHeight/SetLabelHeight

doubleGetLabelHeight ()
voidSetLabelHeight (double value)


    Height of label.
Manual References:
Interface: Placement Options, Interface: Placement Options