для сдачи?
This commit is contained in:
parent
12dd661a80
commit
ab3ce507e2
@ -15,8 +15,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="type"></param>
|
/// <param name="type"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
private static JustificationValues
|
private static JustificationValues GetJustificationValues(WordJustificationType type)
|
||||||
GetJustificationValues(WordJustificationType type)
|
|
||||||
{
|
{
|
||||||
return type switch
|
return type switch
|
||||||
{
|
{
|
||||||
@ -44,8 +43,7 @@ namespace ConfectioneryBusinessLogic.OfficePackage.Implements
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="paragraphProperties"></param>
|
/// <param name="paragraphProperties"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
private static ParagraphProperties?
|
private static ParagraphProperties? CreateParagraphProperties(WordTextProperties? paragraphProperties)
|
||||||
CreateParagraphProperties(WordTextProperties? paragraphProperties)
|
|
||||||
{
|
{
|
||||||
if (paragraphProperties == null)
|
if (paragraphProperties == null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user