Plotter paper size. More...
#include <IPlotter.h>
Public Member Functions | |
virtual IPlotterFormP | Clone () const =0 |
Clones this form. More... | |
virtual void | SetName (WCharCP value)=0 |
Sets the form name. More... | |
virtual void | GetName (WStringR value) const =0 |
Gets the form name. More... | |
virtual void | SetActualName (WCharCP value)=0 |
Sets the form actual name. More... | |
virtual void | GetActualName (WStringR value) const =0 |
Gets the form actual name. More... | |
virtual void | SetUnits (PlotUnits value)=0 |
Sets the form units. More... | |
virtual PlotUnits | GetUnits () const =0 |
Gets the form units. More... | |
virtual void | SetOrientation (PlotOrientation value)=0 |
Sets the form orientation. More... | |
virtual PlotOrientation | GetOrientation () const =0 |
Gets the form orientation. More... | |
virtual bool | IsFormSizeIdentical (IPlotterFormCP plotterForm, bool comparePrintableArea) const =0 |
Indicates whether this form has the same size as the specified form. More... | |
virtual void | SetTotalSize (DPoint2d value, PlotUnits units)=0 |
Sets the form total size. More... | |
virtual DPoint2d | GetTotalSize (PlotUnits units) const =0 |
Gets the form total size. More... | |
virtual void | SetPrintableSize (DPoint2d value, PlotUnits units)=0 |
Sets the form printable size. More... | |
virtual DPoint2d | GetPrintableSize (PlotUnits units) const =0 |
Gets the form printable size. More... | |
virtual void | SetPrintableOffset (DPoint2d value, PlotUnits units)=0 |
Sets the form printable offset. More... | |
virtual DPoint2d | GetPrintableOffset (PlotUnits units) const =0 |
Gets the form printable offset. More... | |
virtual void | SetPaperSizeNumber (int value)=0 |
Sets the form paper size number. More... | |
virtual int | GetPaperSizeNumber () const =0 |
Gets the form paper size number. More... | |
virtual void | SetFormIndex (int value)=0 |
Sets the form index. More... | |
virtual int | GetFormIndex () const =0 |
Gets the form index. More... | |
virtual void | SetDefaultFormScale (double value)=0 |
Sets the form default scale. More... | |
virtual double | GetDefaultFormScale () const =0 |
Gets the form default scale. More... | |
virtual void | SetLineWeightScale (double value)=0 |
Sets the form line weight scale. More... | |
virtual double | GetLineWeightScale () const =0 |
Gets the form line weight scale. More... | |
virtual void | SetLineStyleScale (double value)=0 |
Sets the form line style scale. More... | |
virtual double | GetLineStyleScale () const =0 |
Gets the form line style scale. More... | |
virtual void | SetAutoRotate (PlotRotateDir value)=0 |
Sets the form auto rotation direction. More... | |
virtual PlotRotateDir | GetAutoRotate () const =0 |
Gets the form auto rotation direction. More... | |
virtual bool | IsNoneForm () const =0 |
Indicates whether this form is the reserved "NONE" form. More... | |
Plotter paper size.
|
pure virtual |
Clones this form.
|
pure virtual |
Gets the form actual name.
|
pure virtual |
Gets the form auto rotation direction.
|
pure virtual |
Gets the form default scale.
|
pure virtual |
Gets the form index.
|
pure virtual |
Gets the form line style scale.
|
pure virtual |
Gets the form line weight scale.
|
pure virtual |
Gets the form name.
|
pure virtual |
Gets the form orientation.
|
pure virtual |
Gets the form paper size number.
Gets the form printable offset.
Gets the form printable size.
|
pure virtual |
Gets the form units.
|
pure virtual |
Indicates whether this form has the same size as the specified form.
|
pure virtual |
Indicates whether this form is the reserved "NONE" form.
|
pure virtual |
Sets the form actual name.
|
pure virtual |
Sets the form auto rotation direction.
|
pure virtual |
Sets the form default scale.
|
pure virtual |
Sets the form index.
|
pure virtual |
Sets the form line style scale.
|
pure virtual |
Sets the form line weight scale.
|
pure virtual |
Sets the form name.
|
pure virtual |
Sets the form orientation.
|
pure virtual |
Sets the form paper size number.
Sets the form printable offset.
Sets the form printable size.
Sets the form total size.
|
pure virtual |
Sets the form units.