public class DrawingPropsIdTracker
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
DrawingPropsIdTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterPart(Part part)
If its been unmarshalled, we'll already know
about any docPr ids it may contain, so
forget about it.
|
long |
generateId()
If this throws an exception, you'll have to
create an Id on your own.
|
void |
registerId(long num) |
void |
registerPart(Part part)
Keep track of parts which are yet to be unmarshalled.
|
public void registerPart(Part part)
part - public void deregisterPart(Part part)
part - public void registerId(long num)
public long generateId()
throws Docx4JException
Docx4JExceptionCopyright © 2007–2023. All rights reserved.