ClearQuickStyleGallery
StyleCollection.ClearQuickStyleGallery method
Tar bort alla stilar från panelen Quick Style Gallery.
public void ClearQuickStyleGallery()
Exempel
Visar hur du tar bort stilar från Style Gallery-panelen.
Document doc = new Document();
// Observera att borttagningsstilar endast fungerar med DOCX-format för närvarande.
doc.Styles.ClearQuickStyleGallery();
doc.Save(ArtifactsDir + "Styles.RemoveStylesFromStyleGallery.docx");
Se även
- class StyleCollection
- namnutrymme Aspose.Words
- hopsättning Aspose.Words