Mathematica 9 is now available

AdjustmentBox

Usage

AdjustmentBox[box, opts] displays with the placement of box adjusted using the options given.


Notes

• In the notebook front end, AdjustmentBox objects can typically be inserted and modified using ControlKeyLeftModified RightModified, ControlKeyLeftModified RightModified, ControlKeyLeftModified RightModified and ControlKeyLeftModified RightModified. These keys move your current selection by one pixel at the current screen magnification.
• The following options can be given:
BoxMargins {{left, right}, {bottom, top}} margins to leave around the contents of the box
BoxBaselineShift up how much the baseline should be shifted relative to those of neighboring boxes
• Horizontal motion specifications are in ems; vertical ones in x-heights.
• Motion specifications can be either positive or negative numbers.
• Positive margin specifications increase the spacing around box; negative ones decrease it.
• Moving the baseline affects for example vertical alignment in a RowBox.
• Top and bottom margins affect for example placement in a FractionBox or an OverscriptBox.
• In StandardForm and InputForm input, AdjustmentBox is by default ignored, so that AdjustmentBox[box, opts] is interpreted just as box would be.
• Inserting an explicit spacing character such as \[ThinSpace] can have the same effect for display as AdjustmentBox, but the spacing character by default affects interpretation.
AdjustmentBox[box, opts] uses the options given only to adjust the position of box itself. Unlike StyleBox, it does not propagate the options to subboxes.
• New in Version 3.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.