Catalogen

HSSFTextbox


Cluster 1 (addescherproperty, escherproperties, eschersimpleproperty)

3 results

sets the line end text @ param color the new color

145. HSSFTextbox shape = new HSSFTextbox(null, anchor);
146. shape.anchor = anchor;

Cluster 2 (getstring, obj, shape)

1 results

set the contents of the record that are attached to the specified - shape @ param .

156. HSSFTextbox shape = hssfShape;
163. int frLength = ( shape.getString().numFormattingRuns() + 1 ) * 8;
165. obj.setTextLength( (short) shape.getString().length() );
166. obj.setStr( shape.getString() );