2014-08-31 86 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 "); 
} 

所以,我不知道爲什麼你認爲你要設置一個標題對,但你不會是能夠反正做到這一點!

相關問題