platypus.pdf
Class Strikethru

java.lang.Object
  extended by platypus.CommandValue
      extended by platypus.pdf.Strikethru

public class Strikethru
extends CommandValue

Manage strikethrough characteristics of text

Author:
alb

Field Summary
private  Value<java.lang.Boolean> strikethruActive
           
 
Constructor Summary
Strikethru()
           
 
Method Summary
 java.lang.String dump()
          Creates a string containing the line # and the value for the height of the strikethrough line when last set
 boolean isActive()
           
 void setActive(boolean onOff)
           
 
Methods inherited from class platypus.CommandValue
getAmount, getLineNumber, getUnits, setAmountInPoints, stateError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strikethruActive

private Value<java.lang.Boolean> strikethruActive
Constructor Detail

Strikethru

public Strikethru()
Method Detail

setActive

public void setActive(boolean onOff)

isActive

public boolean isActive()

dump

public java.lang.String dump()
Creates a string containing the line # and the value for the height of the strikethrough line when last set

Overrides:
dump in class CommandValue
Returns:
formatted string suitable for use in dump()


Copyright © 2006-7 Pacific Data Works LLC