WPDefaultActions + Textbox + Border

  • Hello,

    i use the WPDefaultActions and Textboxes. But i can't find a way to change the borderstyle of a textbox. Format -> Border only applies to the paragraph, not to the textbox.
    Is the any posibility to apply the bordersettings to a textbox?

    Thanks!
    Jens

    • Offizieller Beitrag

    Hi,

    A textbox can have a frame. The property TWPTextObj Frame can have this values:

    TWPTextObjFrames = set of (
    wpframeFine, // One pixel line
    wpframe1pt, // One pt line
    wpframe2pt, // Two pt line (both=3 pt)
    wpframeShadow // A simple gray drop shadow
    );