GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LaTeXML::Core::Whatsit(3) User Contributed Perl Documentation LaTeXML::Core::Whatsit(3)

"LaTeXML::Core::Whatsit" - Representations of digested objects.

represents a digested object that can generate arbitrary elements in the XML Document. It extends LaTeXML::Core::Box.

Note that the font is stored in the data properties under 'font'.
"$defn = $whatsit->getDefinition;"
Returns the LaTeXML::Core::Definition responsible for creating $whatsit.
"$value = $whatsit->getProperty($key);"
Returns the value associated with $key in the $whatsit's property list.
"$whatsit->setProperty($key,$value);"
Sets the $value associated with the $key in the $whatsit's property list.
"$props = $whatsit->getProperties();"
Returns the hash of properties stored on this Whatsit. (Note that this hash is modifiable).
"$props = $whatsit->setProperties(%keysvalues);"
Sets several properties, like setProperty.
"$list = $whatsit->getArg($n);"
Returns the $n-th argument (starting from 1) for this $whatsit.
"@args = $whatsit->getArgs;"
Returns the list of arguments for this $whatsit.
"$whatsit->setArgs(@args);"
Sets the list of arguments for this $whatsit to @args (each arg should be a "LaTeXML::Core::List").
"$list = $whatsit->getBody;"
Return the body for this $whatsit. This is only defined for environments or top-level math formula. The body is stored in the properties under 'body'.
"$whatsit->setBody(@body);"
Sets the body of the $whatsit to the boxes in @body. The last $box in @body is assumed to represent the `trailer', that is the result of the invocation that closed the environment or math. It is stored separately in the properties under 'trailer'.
"$list = $whatsit->getTrailer;"
Return the trailer for this $whatsit. See "setBody".

Bruce Miller <bruce.miller@nist.gov>

Public domain software, produced as part of work done by the United States Government & not subject to copyright in the US.
2021-08-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.