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