BoxObject

BoxObject[id]

is an object that represents a box structure in an open notebook in the front end.

Details

  • BoxObject expressions are typically generated using EvaluationBox.
  • id is an integer that gives a serial number for the box structure that is unique to this front end session.
  • BoxObject may contain additional, implementation-dependent arguments.
  • Clicking the StandardForm output of a BoxObject will act as a hyperlink that targets that box structure.
  • Some notebook manipulation functions, such as NotebookRead and NotebookDelete, which operate on a notebook's current selection, also support forms using BoxObject.
  • Any function that takes a NotebookSelection can also take a BoxObject.
  • If the box structure targeted by BoxObject is deleted or if its container notebook is closed, the BoxObject will no longer be valid for use. Functions that attempt to use it will generally return $Failed.
  • A BoxObject is permanently invalid after a notebook is closed or the box structure is deleted, even if that notebook is reopened or the box structure is pasted into the notebook again. Any changes that only affect the contents of the box structure without deleting the box structure entirely will leave the BoxObject intact.

Examples

Basic Examples  (1)

Display the BoxObject for a given Dynamic display:

Wolfram Research (2014), BoxObject, Wolfram Language function, https://reference.wolfram.com/language/ref/BoxObject.html (updated 2021).

Text

Wolfram Research (2014), BoxObject, Wolfram Language function, https://reference.wolfram.com/language/ref/BoxObject.html (updated 2021).

CMS

Wolfram Language. 2014. "BoxObject." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2021. https://reference.wolfram.com/language/ref/BoxObject.html.

APA

Wolfram Language. (2014). BoxObject. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/BoxObject.html

BibTeX

@misc{reference.wolfram_2023_boxobject, author="Wolfram Research", title="{BoxObject}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/BoxObject.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_boxobject, organization={Wolfram Research}, title={BoxObject}, year={2021}, url={https://reference.wolfram.com/language/ref/BoxObject.html}, note=[Accessed: 19-March-2024 ]}