Pageflex Document Action API
BaselineShift Property
Namespaces > Pageflex.Scripting > Paragraph > BaselineShift
Gets or sets the distance to offset the baseline for a sequence of characters or other tokens.
Syntax
C# | Visual Basic | Managed C++ |
public Measurement BaselineShift { get; set; }
Public Property BaselineShift As Measurement
public: virtual Measurement^ BaselineShift { Measurement^ get () sealed; void set (Measurement^ value) sealed; }
Remarks
Returns a Measurement representing the distance to offset the baseline
for a sequence of characters or other tokens. A positive value indicates a shift above the baseline,
and a negative value indicates a shift below the baseline.
Exceptions
Exception | Condition |
---|---|
StaleScriptingObjectException | This object's associated internal object no longer exists. |
IndeterminateValueException | The property value is not consistent across the range. |
RangeNotEditableException | Setting this property is not permitted when the range only partially contains a variable, table of contents, or page number. |
Assembly: PFScript Version: 8.0.7.1407 (Module: PFScript)