##:@* break ## ##@ info ## ## This is the Break PROTO, ## it can be placed within the context of a textblock and ## contains simply a horizontal or CR/LF type break. ## ## Fields (that should be modified): ## exposedField SFInt32 startLevel -1 ## exposedField SFInt32 endLevel -1 ## ## exposedField SFFloat width 1 ## exposedField SFFloat height 1 ## ## exposedField SFBool linebreak TRUE ## ##@ break PROTO Break [ exposedField SFString elementType "BREAK" exposedField SFVec3f position 0 0 0 exposedField SFInt32 startLevel -1 exposedField SFInt32 endLevel -1 exposedField MFString justify ["BEGIN"] exposedField SFFloat width 0 exposedField SFFloat height 1 exposedField SFString href "" exposedField SFBool linebreak TRUE exposedField SFBool absolute FALSE ]{ } ##