Totally lost on this. It's presentation-level, so I'm guessing something like:
CTPresentation ctp = ppt.getPresentation(); And then I'm lost. -Lou >On Fri, 6 Jan 2012, [hidden email] wrote: >> I'm investigating using slides that are read-only (not final). I >> tracked the setting down to the <p:modifyVerifier> tag. Does anyone >> have any experience with this tag (setting it with POI)? > >For now, you'll need to drop down to the xmlbeans level (the CT objects). >You should find one for each of the xml elements, normally with a very >similar name (it's all generated from the xml schema) > >Nick [email protected] wrote on 01/06/2012 12:06:23 PM: > [email protected] > 01/06/2012 12:07 PM > > Please respond to > "POI Users List" <[email protected]> > > To > > [email protected] > > cc > > Subject > > read-only pptx > > I'm investigating using slides that are read-only (not final). I tracked > the setting down to the <p:modifyVerifier> tag. Does anyone have any > experience with this tag (setting it with POI)? > > Thanks, > Lou
