Catalogen

HSSFTextbox @Cluster 1 (addescherproperty, escherproperties, eschersimpleproperty)


HSSFPatriarch.java

sets the line end text @ param color the new color

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

HSSFShapeGroup.java

sets the line end width @ param color the new < i > null < / code >

101. HSSFTextbox shape = new HSSFTextbox(this, anchor);
102. shape.anchor = anchor;

TextboxShape.java

sets the line compound style @ param style new 9 value of the < code > null < / code > object to the default

106. HSSFTextbox shape = hssfShape;
125. opt.addEscherProperty( new EscherSimpleProperty( EscherProperties.TEXT__TEXTLEFT, shape.getMarginLeft() ) );
126. opt.addEscherProperty( new EscherSimpleProperty( EscherProperties.TEXT__TEXTRIGHT, shape.getMarginRight() ) );
127. opt.addEscherProperty( new EscherSimpleProperty( EscherProperties.TEXT__TEXTBOTTOM, shape.getMarginBottom() ) );
128. opt.addEscherProperty( new EscherSimpleProperty( EscherProperties.TEXT__TEXTTOP, shape.getMarginTop() ) );
130. HSSFAnchor userAnchor = shape.getAnchor();