![]() | InDesign SDK 20.5 |

Public Member Functions | |
| virtual void | Set (const PMReal &insideLeft, const PMReal &top, const PMReal &outsideRight, const PMReal &bottom)=0 |
| virtual void | GetMargins (PMReal *insideLeft, PMReal *top, PMReal *outsideRight, PMReal *bottom) const =0 |
| virtual void | SetDocument (const UIDRef &doc)=0 |
| virtual const UIDRef & | GetDocument () const =0 |
| virtual void | SetUseUniformMargins (bool16 bUniform)=0 |
| virtual bool16 | GetUseUniformMargins ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Get the document for which preferences are to be operated on.
| pure virtual |
Return the margin values in the data interface.
| insideLeft | PMReal* OUT returns the inside or left margin. |
| top | PMReal* OUT returns the top margin. |
| outsideRight | PMReal* OUT returns the outside or right margin. |
| bottom | PMReal* OUT returns the bottom margin. |
| pure virtual |
Returns whether the doc margin's left, right, top, bottom will be same or not.
| pure virtual |
Set the margins for document and pages in the kSetDocMarginCmdBoss item list.
| pure virtual |
Set the document for which preferences are to be operated on.
| doc | UIDRef IN returns the inside or left margin. |
| pure virtual |
Sets whether the doc margin's left, right, top, bottom will be same or not.
| bUniform | bool16 refers to the flag to change the margins uniformly. |