add sprmPDxaLeft1 0x8460 PAPX SPRM support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1166209 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78a366bd0c
commit
5b11460c66
@ -412,13 +412,18 @@ public final class ParagraphSprmUncompressor
|
||||
// sprmPFInnerTtp -- 0x244c
|
||||
newPAP.setFTtpEmbedded( sprm.getOperand() != 0);
|
||||
break;
|
||||
case 0x60:
|
||||
// sprmPDxaLeft1 -- 0x8460
|
||||
newPAP.setDxaLeft1( sprm.getOperand() );
|
||||
break;
|
||||
case 0x61:
|
||||
// sprmPJc
|
||||
newPAP.setJustificationLogical((byte) sprm.getOperand());
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
default:
|
||||
logger.log( POILogger.DEBUG, "Unknown PAP sprm ignored: " + sprm );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
private static void handleTabs(ParagraphProperties pap, SprmOperation sprm)
|
||||
|
Loading…
Reference in New Issue
Block a user