|
@@ -373,7 +373,7 @@ public class WordStructuredExtractionService {
|
|
|
}
|
|
}
|
|
|
// 精确行距值(twips)
|
|
// 精确行距值(twips)
|
|
|
if (spacing.getLine() != null) {
|
|
if (spacing.getLine() != null) {
|
|
|
- style.put("lineSpacingValue", spacing.getLine().intValue());
|
|
|
|
|
|
|
+ style.put("lineSpacingValue", ((java.math.BigInteger) spacing.getLine()).intValue());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|