Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Operation ¶
type Operation struct {
Operator string // The operator (e.g., "Tj", "Tm", "q")
Operands []core.Object // The operands
}
Operation represents a single content stream operation consisting of an operator and its operands
Click to show internal directories.
Click to hide internal directories.