Пример #1
0
        public ParagraphProperties DocumentDefaultParagraphProperties()
        {
            ParagraphProperties result = new ParagraphProperties();
            if (StyleSheet != null && StyleSheet.DocumentDefaults != null && StyleSheet.DocumentDefaults.FCSFormatting != null)
                result.Apply(StyleSheet.DocumentDefaults.FCSFormatting.ParagraphProperties);
            result.ApplyDefault(ParagraphProperties.DefaultValues());

            return result;
        }