import org.apache.poi.openxml4j.opc.PackagePart;
import org.apache.poi.poifs.crypt.CryptoFunctions;
import org.apache.poi.poifs.crypt.HashAlgorithm;
+import org.apache.poi.util.Internal;
import org.apache.poi.util.RandomSingleton;
import org.apache.xmlbeans.XmlOptions;
import org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STAlgClass;
}
}
+ /**
+ * @return ctSettings instance
+ * @since POI 5.2.4
+ */
+ @Internal
+ public CTSettings getCTSettings() {
+ return ctSettings;
+ }
+
/**
* Set zoom.<br>
* In the zoom tag inside settings.xml file <br>