API Documentation > Interfaces > Interface PrintPlacementOption
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.
User Guide References:
Method Summary
double
Get method for attribute "BottomOffset"
Offset from the bottom.
boolean
Get method for attribute "ClipPlot"
true to clip plot;false to skip clipping of plot.
boolean
Get method for attribute "KeepPanzoom"
true to keep pan zoom;false to skip pan zoom.
double
Get method for attribute "LabelHeight"
Height of label.
boolean
Get method for attribute "PlaceLabel"
true to place label;false to skip placing of label.
double
Get method for attribute "Scale"
Scale value of content.
boolean
Get method for attribute "ShiftAllCorner"
true to shift all corners;false to skip shifting of corners.
double
Get method for attribute "SideOffset"
Offset from the sides.
double
Get method for attribute "X1ClipPosition"
First X paramter for defining clip position.
double
Get method for attribute "X2ClipPosition"
Second X paramter for defining clip position.
double
Get method for attribute "Y1ClipPosition"
First Y paramter for defining clip position.
double
Get method for attribute "Y2ClipPosition"
Second Y paramter for defining clip position.
void
SetBottomOffset (double value)
Set method for attribute "BottomOffset"
Offset from the bottom.
void
SetClipPlot (boolean value)
Set method for attribute "ClipPlot"
true to clip plot;false to skip clipping of plot.
void
SetKeepPanzoom (boolean value)
Set method for attribute "KeepPanzoom"
true to keep pan zoom;false to skip pan zoom.
void
SetLabelHeight (double value)
Set method for attribute "LabelHeight"
Height of label.
void
SetPlaceLabel (boolean value)
Set method for attribute "PlaceLabel"
true to place label;false to skip placing of label.
void
SetScale (double value)
Set method for attribute "Scale"
Scale value of content.
void
SetShiftAllCorner (boolean value)
Set method for attribute "ShiftAllCorner"
true to shift all corners;false to skip shifting of corners.
void
SetSideOffset (double value)
Set method for attribute "SideOffset"
Offset from the sides.
void
SetX1ClipPosition (double value)
Set method for attribute "X1ClipPosition"
First X paramter for defining clip position.
void
SetX2ClipPosition (double value)
Set method for attribute "X2ClipPosition"
Second X paramter for defining clip position.
void
SetY1ClipPosition (double value)
Set method for attribute "Y1ClipPosition"
First Y paramter for defining clip position.
void
SetY2ClipPosition (double value)
Set method for attribute "Y2ClipPosition"
Second Y paramter for defining clip position.
Method Detail
GetScale
double
GetScale
()
SetScale
void
SetScale
(double value)
Scale value of content.
User Guide References:
GetSideOffset
double
GetSideOffset
()
SetSideOffset
void
SetSideOffset
(double value)
Offset from the sides.
User Guide References:
GetBottomOffset
double
GetBottomOffset
()
SetBottomOffset
void
SetBottomOffset
(double value)
Offset from the bottom.
User Guide References:
GetKeepPanzoom
boolean
GetKeepPanzoom
()
SetKeepPanzoom
void
SetKeepPanzoom
(boolean value)
true to keep pan zoom; false to skip pan zoom.
User Guide References:
GetClipPlot
boolean
GetClipPlot
()
SetClipPlot
void
SetClipPlot
(boolean value)
true to clip plot; false to skip clipping of plot.
User Guide References:
GetShiftAllCorner
boolean
GetShiftAllCorner
()
SetShiftAllCorner
void
SetShiftAllCorner
(boolean value)
true to shift all corners; false to skip shifting of corners.
User Guide References:
GetX1ClipPosition
double
GetX1ClipPosition
()
SetX1ClipPosition
void
SetX1ClipPosition
(double value)
First X paramter for defining clip position.
User Guide References:
GetY1ClipPosition
double
GetY1ClipPosition
()
SetY1ClipPosition
void
SetY1ClipPosition
(double value)
First Y paramter for defining clip position.
User Guide References:
GetX2ClipPosition
double
GetX2ClipPosition
()
SetX2ClipPosition
void
SetX2ClipPosition
(double value)
Second X paramter for defining clip position.
User Guide References:
GetY2ClipPosition
double
GetY2ClipPosition
()
SetY2ClipPosition
void
SetY2ClipPosition
(double value)
Second Y paramter for defining clip position.
User Guide References:
GetPlaceLabel
boolean
GetPlaceLabel
()
SetPlaceLabel
void
SetPlaceLabel
(boolean value)
true to place label; false to skip placing of label.
User Guide References:
GetLabelHeight
double
GetLabelHeight
()
SetLabelHeight
void
SetLabelHeight
(double value)
Height of label.
User Guide References:
Was this helpful?