2014-08-31 45 views

回答

0

DocumentSummaryInformationSummary source code

/** 
* <p>Sets the heading pair.</p> 
* 
* @param headingPair The heading pair to set. 
*/ 
public void setHeadingPair(final byte[] headingPair) 
{ 
    notYetImplemented("Writing byte arrays "); 
} 

所以,我不知道为什么你认为你要设置一个标题对,但你不会是能够反正做到这一点!

相关问题