String href;
int height;
int width;
+ String id;
ImageArea imageArea;
this.properties.get("width").getLength().mvalue();
this.height =
this.properties.get("height").getLength().mvalue();
+ this.id =
+ this.properties.get("id").getString();
+
+ area.getIDReferences().createID(id);
if (area instanceof BlockArea) {
area.end();
}
if ( marker == 0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
imageArea.start();
String href;
int height;
int width;
+ String id;
ImageArea imageArea;
this.height =
this.properties.get("height").getLength().mvalue();
+ this.id = this.properties.get("id").getString();
+
+ area.getIDReferences().createID(id);
if (area instanceof BlockArea) {
area.end();
}
if (marker == 0) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
imageArea.start();
int endIndent;
int spaceBefore;
int spaceAfter;
+ String id;
public ListItem(FObj parent, PropertyList propertyList) {
super(parent, propertyList);
this.properties.get("space-before.optimum").getLength().mvalue();
this.spaceAfter =
this.properties.get("space-after.optimum").getLength().mvalue();
+ this.id =
+ this.properties.get("id").getString();
+
+ area.getIDReferences().createID(id);
this.marker = 0;
}
area.addDisplaySpace(spaceBefore);
}
- if ( marker==0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
- }
-
startIndent += this.bodyIndent;
BlockArea blockArea =
// body failed completely or only got some text in
if (this.marker == 0) {
+ // configure id
+ area.getIDReferences().configureID(id,area);
+
status = label.layout(blockArea);
if (status.isIncomplete()) {
return status;
ColorType borderColor;
int borderWidth;
int borderStyle;
-
+ String id;
Vector columns = new Vector();
int currentColumnNumber = 0;
this.properties.get("border-width").getLength().mvalue();
this.borderStyle =
this.properties.get("border-style").getEnum();
+ this. id =
+ this.properties.get("id").getString();
if (area instanceof BlockArea) {
area.end();
}
+ area.getIDReferences().createID(id);
+
this.marker = 0;
if (breakBefore == BreakBefore.PAGE) {
}
if ( marker==0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
this.areaContainer =
int spaceBefore;
int spaceAfter;
ColorType backgroundColor;
+ String id;
Vector columns;
this.properties.get("space-after.optimum").getLength().mvalue();
this.backgroundColor =
this.properties.get("background-color").getColorType();
+ this.id =
+ this.properties.get("id").getString();
+ area.getIDReferences().createID(id);
+
if (area instanceof BlockArea) {
area.end();
}
}
if ( marker==0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
this.areaContainer =
int paddingLeft;
int paddingRight;
int position;
+ String id;
protected int startOffset;
protected int width;
this.properties.get("space-after.optimum").getLength().mvalue();
this.backgroundColor =
this.properties.get("background-color").getColorType();
+ this.id =
+ this.properties.get("id").getString();
if (area instanceof BlockArea) {
area.end();
//startIndent += bodyIndent + distanceBetweenStarts;
//}
+ area.getIDReferences().createID(id);
+
this.marker = 0;
}
}
if ( marker==0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
this.areaContainer =
int spaceBefore;
int spaceAfter;
ColorType backgroundColor;
+ String id;
ColorType borderColor;
int borderWidth;
this.properties.get("border-width").getLength().mvalue();
this.borderStyle =
this.properties.get("border-style").getEnum();
+ this.id=
+ this.properties.get("id").getString();
if (area instanceof BlockArea) {
area.end();
}
+ area.getIDReferences().createID(id);
+
this.marker = 0;
}
}
if ( marker==0 ) {
- // initialize id
- String id = this.properties.get("id").getString();
- area.getIDReferences().initializeID(id,area);
+ // configure id
+ area.getIDReferences().configureID(id,area);
}
this.areaContainer =